mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
186e6c8b0a
commit
4d18964300
1 changed files with 2 additions and 1 deletions
|
|
@ -333,8 +333,9 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
||||||
path: pathPosix().join(getDisplayName(toPath[0], false, true), Lute.NewNodeID() + ".sy"),
|
path: pathPosix().join(getDisplayName(toPath[0], false, true), Lute.NewNodeID() + ".sy"),
|
||||||
title: replaceFileName(response.data.shorthandTitle),
|
title: replaceFileName(response.data.shorthandTitle),
|
||||||
md: response.data.shorthandContent,
|
md: response.data.shorthandContent,
|
||||||
}, () => {
|
}, (docResponse) => {
|
||||||
this.remove(item);
|
this.remove(item);
|
||||||
|
fetchPost("/api/format/netAssets2LocalAssets", {id: docResponse.data.id});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue