mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🎨 Improve exporting to YueQue https://github.com/siyuan-note/siyuan/issues/14846
This commit is contained in:
parent
ca93066171
commit
248c0c1704
3 changed files with 8 additions and 3 deletions
|
|
@ -266,6 +266,7 @@ export class Preview {
|
|||
} else if (type === "yuque") {
|
||||
fetchPost("/api/lute/copyStdMarkdown", {
|
||||
id: protyle.block.rootID,
|
||||
assetsDestSpace2Underscore: true,
|
||||
}, (response) => {
|
||||
writeText(response.data);
|
||||
showMessage(`${window.siyuan.languages.pasteToYuque}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue