Crate quicknotes

Source

Structs§

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.