Skip to main content

move_note_md

Function move_note_md 

Source
pub fn move_note_md(
    original: &str,
    new_parent_id: &str,
    now: i64,
) -> Result<String>
Expand description

把现有笔记移动到新笔记本:只改 parent_id 并刷新更新时间, 标题/正文/其余元数据逐字保留(与 Joplin diff 最小、双向兼容)。