🎨 Supports configuration of whether to export inline memos https://github.com/siyuan-note/siyuan/issues/14605

This commit is contained in:
Daniel 2025-04-20 17:42:57 +08:00
parent bf20b47250
commit 8c67863b4c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
16 changed files with 40 additions and 3 deletions

View file

@ -539,6 +539,10 @@ declare namespace Config {
* Whether to add YAML Front Matter when exporting to Markdown
*/
markdownYFM: boolean;
/**
* Whether to export the inline memo
*/
inlineMemo: boolean;
/**
* Pandoc executable file path
*/