mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
export subtree to tar file
This commit is contained in:
11
src/public/javascripts/export.js
Normal file
11
src/public/javascripts/export.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
function exportSubTree(noteId) {
|
||||
const url = getHost() + "/api/export/" + noteId;
|
||||
|
||||
download(url);
|
||||
}
|
||||
|
||||
function importSubTree(noteId) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user