pub fn create_note(
workspace: &Path,
opts: &NoteNewOptions,
) -> Result<NoteCreated>Expand description
Create a Markdown note under the workspace.
Does not open SQLite — call crate::Brain::sync afterward to index.
pub fn create_note(
workspace: &Path,
opts: &NoteNewOptions,
) -> Result<NoteCreated>Create a Markdown note under the workspace.
Does not open SQLite — call crate::Brain::sync afterward to index.