pub fn move_note_md( original: &str, new_parent_id: &str, now: i64, ) -> Result<String>
把现有笔记移动到新笔记本:只改 parent_id 并刷新更新时间, 标题/正文/其余元数据逐字保留(与 Joplin diff 最小、双向兼容)。
parent_id