mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 The Publishing service no longer support export https://github.com/siyuan-note/siyuan/issues/12928
This commit is contained in:
parent
4e407b0ef8
commit
4a33fa9a29
7 changed files with 51 additions and 33 deletions
|
|
@ -446,6 +446,9 @@ export const copySubMenu = (id: string, accelerator = true, focusElement?: Eleme
|
|||
};
|
||||
|
||||
export const exportMd = (id: string) => {
|
||||
if (window.siyuan.isPublish) {
|
||||
return;
|
||||
}
|
||||
return new MenuItem({
|
||||
id: "export",
|
||||
label: window.siyuan.languages.export,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue