557f3c217e
Allow DateTime parsing to fail
2020-05-02 13:52:56 +02:00
2c361172c6
Avoid recreating DateFormats
...
They only need to be created once. This should result in a minor
performance gain while building the folder views.
2020-03-19 15:23:30 +01:00
8e9b23982c
Add support for a simpler filename format
...
Also make this the default when one doesn't have a title.
This is important as now the filename is far more visible with the new
standard view.
2020-03-05 19:14:27 +01:00
14e7f344d1
Add an explicit serializer from Note -> NoteData
...
This is so that we can start configuring what the yaml metadata keys
should be called, and not have them hardcoded.
This also allows the note.created to be null. Earlier we were always
setting it to some value. That's doesn't seem right.
2020-01-01 19:29:57 +01:00
bc6f7c1b8f
Note: Load the modified tag properly
2019-12-14 12:05:52 +01:00
ad6d47ef0f
Fix dateTime to string with timezone
...
We should just use the 'timezone' dart package and not handle this
ourselves as we're probably fucking it up in other places.
This fixes #42
2019-12-09 01:56:46 +01:00
464b7512e9
Move Note and NoteFolder class into a core folder
2019-12-04 14:18:11 +01:00