🎨 Export preview mode supports focus use https://github.com/siyuan-note/siyuan/issues/15340

This commit is contained in:
Daniel 2025-07-29 09:51:48 +08:00
parent 1812e84219
commit f7cb4db291
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 9 additions and 3 deletions

View file

@ -279,6 +279,7 @@ export class Preview {
fetchPost("/api/lute/copyStdMarkdown", {
id: protyle.block.id || protyle.options.blockId || protyle.block.parentID,
assetsDestSpace2Underscore: true,
fillCSSVar: true,
adjustHeadingLevel: true,
}, (response) => {
writeText(response.data);