You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor
This commit is contained in:
@ -40,6 +40,10 @@ class HtmlToHtml {
|
||||
};
|
||||
}
|
||||
|
||||
async allAssets(/* theme*/) {
|
||||
return []; // TODO
|
||||
}
|
||||
|
||||
async render(markup, theme, options) {
|
||||
options = Object.assign({}, {
|
||||
splitted: false,
|
||||
@ -80,7 +84,7 @@ class HtmlToHtml {
|
||||
};
|
||||
}
|
||||
|
||||
let cssStrings = noteStyle(theme, options);
|
||||
let cssStrings = noteStyle(theme);
|
||||
|
||||
if (options.splitted) {
|
||||
const splitted = this.splitHtml(html);
|
||||
|
Reference in New Issue
Block a user