7e1f01471a
Implement support for editing notes' metadata, and ability to move notes into other directories.
...
Create separate pinia store for the editor cache functionality.
2024-12-09 12:37:05 +01:00
d01c19fd72
WIP: Implement support for multiple notes
...
Refactor Vue <-> Editor <-> CodeMirror code.
Introduce Pinia store to keep global state, in order to get rid of a lot of event juggling between Editor class/child components and the root App component.
2024-12-09 12:37:05 +01:00
c14c700791
Add a way to display error dialogs
2024-12-09 12:37:05 +01:00
a4e9ce6893
Add currency conversion support to Math blocks
2023-03-20 11:09:56 +01:00
4660f42460
Move App into components
2023-01-16 16:34:22 +01:00
3b905951af
Convert styles.css to SASS and include it by importing it in main.js.
...
Add fonts: Hack and Open Sans.
Change editor font to Hack.
2023-01-15 19:55:26 +01:00
6dee4f81f2
Integrate Editor into Vue app
...
Add status bar that shows the current line number, column and block language
2023-01-14 19:51:24 +01:00