mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
display note path in search results
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const TurndownService = require('turndown');
|
||||
const turndownPluginGfm = require('turndown-plugin-gfm');
|
||||
const turndownPluginGfm = require('joplin-turndown-plugin-gfm');
|
||||
|
||||
let instance = null;
|
||||
|
||||
@@ -16,4 +16,4 @@ function toMarkdown(content) {
|
||||
|
||||
module.exports = {
|
||||
toMarkdown
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user