Modules§
- search
- In-memory full-text search over notes.
Structs§
- Document
- Document
Store - Index
Plugin - Built-in plugin that generates a sorted index of all notes
- Plugin
Registry - Registry for managing wiki plugins
- Todo
Plugin - Built-in plugin that lists all todos found in notes, grouped by note
Traits§
- Plugin
- Trait for plugins that dynamically generate note content
Functions§
- ensure_
md_ extension - Append a
.mdextension to a note name unless it already has one. - has_
md_ extension - Returns true if the name already ends with a (case-insensitive)
.mdextension.