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=wasmpub 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_
write Non- target_family=wasm - Impl trait
NoteWrite - parser
- impl parser for Obsidian notes
Traits§
- Note
- Represents an Obsidian note file with frontmatter properties and content