mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 16:24:20 +01:00
🎨 Export preview mode supports focus use https://github.com/siyuan-note/siyuan/issues/15340
This commit is contained in:
parent
1812e84219
commit
f7cb4db291
3 changed files with 9 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue