heynote
heynote copied to clipboard
A dedicated scratchpad for developers
**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Is your feature request related to a problem? Please describe.** When holding in the...
**Describe the bug** I save my buffer when using the app on linux to cloud storage so I can use it on other machines. Are buffers compatible between Linux and...
Adds support for multiple note buffers.
This PR implements #262 I added an abbreviations field to the Language class, which represents the abbreviations for each language. This field is now used in LanguageSelector.vue to enable filtering...
It looks like Heynote uses floating-point arithmetic to calculate equations with decimal numbers. Instead, it should probably use a library like [decimal.js](https://github.com/MikeMcl/decimal.js) in order to make calculations with decimal numbers...
**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Is your feature request related to a problem? Please describe.** No **Describe the solution...
I hope to add a buffer backup function. During one use, I triggered two full selections, which resulted in all historical records being overwritten.