mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -17,7 +17,7 @@ async function exportToOpml(branch, res) {
|
||||
const title = (branch.prefix ? (branch.prefix + ' - ') : '') + note.title;
|
||||
|
||||
const preparedTitle = prepareText(title);
|
||||
const preparedContent = prepareText(note.content);
|
||||
const preparedContent = prepareText(await note.getContent());
|
||||
|
||||
res.write(`<outline title="${preparedTitle}" text="${preparedContent}">\n`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user