mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-07 12:49:14 -05: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