1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Moved the Joplin renderer back to the main repository to make development easier

This commit is contained in:
Laurent Cozic
2020-01-30 21:05:23 +00:00
parent d687ef5c09
commit 688edd4b32
61 changed files with 4422 additions and 523 deletions

View File

@ -11,7 +11,7 @@ const { _ } = require('lib/locale.js');
const ArrayUtils = require('lib/ArrayUtils.js');
const lodash = require('lodash');
const urlUtils = require('lib/urlUtils.js');
const { MarkupToHtml } = require('joplin-renderer');
const { MarkupToHtml } = require('lib/joplin-renderer');
class Note extends BaseItem {
static tableName() {