🎨 Support exporting Markdown after selecting multiple documents https://github.com/siyuan-note/siyuan/issues/12912

This commit is contained in:
Daniel 2024-11-09 14:39:27 +08:00
parent 9371c68ec9
commit a32ceb8e2f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 51 additions and 5 deletions

View file

@ -335,7 +335,7 @@ export const initNavigationMenu = (app: App, liElement: HTMLElement) => {
icon: "iconMarkdown",
click: () => {
const msgId = showMessage(window.siyuan.languages.exporting, -1);
fetchPost("/api/export/batchExportMd", {
fetchPost("/api/export/exportNotebookMd", {
notebook: notebookId,
path: "/"
}, response => {