class

NotesManager

Inherits Reference < Object

Constructors

new(notes_directory : Path)
Source

Instance methods

add_note(content : String, tags : Array(String) = [] of String)
Source
delete_note(index : Int32)
Source
load_notes
Source
notes
Source
tags
Source
update_note(index : Int32, content : String, tags : Array(String) = [] of String)
Source

Nested types