Skip to main content

Crate piki_core

Crate piki_core 

Source

Modules§

search
In-memory full-text search over notes.

Structs§

Document
DocumentStore
IndexPlugin
Built-in plugin that generates a sorted index of all notes
PluginRegistry
Registry for managing wiki plugins
TodoPlugin
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 .md extension to a note name unless it already has one.
has_md_extension
Returns true if the name already ends with a (case-insensitive) .md extension.