Structs§
- An editor that runs a command to launch. This is useful for CLI tools such as
vim
. - An error that occurred during a call to
make_note
. errors section for more details. - An error that occurred during a call to
make_or_open_daily
. See its errors section for more details. - Holds metadata about the note. This metadata is stored in the first section of the note when stored on disk.
Enums§
Traits§
- A text editor that can edit a given note. There is no requirement about the editor itself, just that it can edit a file at a given path.
Functions§
- Index all notes in the notes and dailies directories. This will also remove deleted files from the index.
- Get all of the notes currently stored in the index, and metadata about them.
- Get all of the notes currently stored in the index with the given kind, and metadata about them.
- Create a new note.
- Create or open a daily note for the given date.
- Open an existing note at the given path in the editor.