mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 00:06:30 +01:00
fix(edit-docs): convert to Markdown
This commit is contained in:
@@ -100,7 +100,7 @@ async function exportData() {
|
||||
|
||||
// First export as zip.
|
||||
const { exportToZipFile } = (await import("./src/services/export/zip.js")).default;
|
||||
await exportToZipFile(NOTE_ID_USER_GUIDE, "html", zipFilePath);
|
||||
await exportToZipFile(NOTE_ID_USER_GUIDE, "markdown", zipFilePath);
|
||||
|
||||
const promise = deferred<void>()
|
||||
setTimeout(async () => {
|
||||
|
||||
Reference in New Issue
Block a user