mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
converted export/import notes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import treeService from './tree.js';
|
||||
import protectedSessionHolder from './protected_session_holder.js';
|
||||
import utils from './utils.js';
|
||||
import server from './server.js';
|
||||
|
||||
function exportSubTree(noteId) {
|
||||
const url = utils.getHost() + "/api/export/" + noteId + "?protectedSessionId="
|
||||
|
||||
Reference in New Issue
Block a user