Module note

Module note 

Source
Expand description

Represents an Obsidian note file with frontmatter properties and content

Re-exports§

pub use note_default::NoteDefault;
pub use note_read::NoteFromReader;
pub use note_read::NoteFromString;
pub use note_read::NoteFromFile;Non-target_family=wasm
pub use note_write::NoteWrite;Non-target_family=wasm

Modules§

note_aliases
Impl trait NoteAliases
note_default
Impl trait NoteDefault
note_in_memory
In-memory representation of an Obsidian note file
note_is_todo
Impl trait NoteIsTodo
note_on_disk
On-disk representation of an Obsidian note file
note_once_cell
On-disk representation of an Obsidian note file with cache
note_once_lock
On-disk representation of an Obsidian note file with cache
note_read
Impl traits for reading notes
note_writeNon-target_family=wasm
Impl trait NoteWrite
parser
impl parser for Obsidian notes

Traits§

Note
Represents an Obsidian note file with frontmatter properties and content