Module note

Source
Expand description

Note abstractions

Structs§

ActionPoint
ActionPoint abstraction
FoundNote
Abstraction for the link between note and the task the note belongs to (if any)
Note
Note abstraction

Enums§

NoteError
Errors that can happen during Note handling

Functions§

amount_of_notes
Get the amount of notes on disk
list_notes
List notes stored on disk based on a search criteria
load_note
Read note from the disk
note_pathbuf_from_id
Get the note files path based on an ID string
note_pathbuf_from_note
Get the note files path based on the ID of a Note
save_note
Save note to the disk