🎨 Add "Remove ID from asset name" switch to export settings https://github.com/siyuan-note/siyuan/issues/16065

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-16 21:59:21 +08:00
parent 11115da3d0
commit 066a9b5192
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
21 changed files with 128 additions and 11 deletions

View file

@ -574,6 +574,10 @@ declare namespace Config {
* Whether to add YAML Front Matter when exporting to Markdown
*/
markdownYFM: boolean;
/**
* Whether to remove the asset ID when exporting to Markdown
*/
removeAssetsID: boolean;
/**
* Whether to export the inline memo
*/