af7665bc5a
Avoid logging the note's value
...
Urgh, so stupid.
2021-09-17 08:35:58 +02:00
510b277398
Add Note.apply
...
Avoid calling each setter as each results in the entire tree being
rebuilt.
2021-09-16 20:07:33 +02:00
33a731a3d7
Add reuse licensing to files in lib
2021-09-15 13:06:43 +02:00
cfaf1436f1
Move the MarkdownYamlCodec out of the Note class
2021-09-09 10:08:38 +02:00
fdc79828c7
Move note.load to NoteStorage
...
Now the note class is almost ready to become immutable
2021-09-09 10:01:36 +02:00
a0a97aa8cb
Cleanup code
2021-08-04 08:17:49 +02:00
39096c270c
Note.save: Move to NoteStorage
...
I'm trying to move all FS related operations out of the Note class, and
ideally make it super small. This class will need to be serialized over
the wire for the web version, and that needs it to be small.
2021-08-04 08:03:48 +02:00