NotesManager
Inherits Reference < Object
Constructors
new(notes_directory : Path)
SourceInstance methods
add_note(content : String, tags : Array(String) = [] of String)
Sourcedelete_note(index : Int32)
Sourceload_notes
Sourcenotes
Sourcetags
Sourceupdate_note(index : Int32, content : String, tags : Array(String) = [] of String)
Source