mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
UI for export of OPML v2, WIP
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
const repository = require("../repository");
|
||||
const utils = require('../utils');
|
||||
|
||||
async function exportToOpml(exportContext, branch, res) {
|
||||
async function exportToOpml(exportContext, branch, version, res) {
|
||||
console.log("EXPORTING VERSION ", version);
|
||||
|
||||
const note = await branch.getNote();
|
||||
|
||||
async function exportNoteInner(branchId) {
|
||||
|
||||
Reference in New Issue
Block a user