Skip to main content

create_note

Function create_note 

Source
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.