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

Desktop: Fixes #1334 (maybe): Upgraded chokidar which it seems was randomly making Electron 4 crash (maybe due to fsevent package)

This commit is contained in:
Laurent Cozic
2019-03-12 21:41:13 +00:00
parent 20bb1238c5
commit 1602182085
4 changed files with 600 additions and 46 deletions

View File

@ -12,9 +12,7 @@ function installRule(markdownIt, mdOptions, ruleOptions) {
const text = utils.getAttr(token.attrs, 'text');
const isResourceUrl = Resource.isResourceUrl(href);
const title = isResourceUrl ? utils.getAttr(token.attrs, 'title') : href;
console.info(href, isResourceUrl);
let resourceIdAttr = "";
let icon = "";
let hrefAttr = '#';