mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
tweaking html conversion process
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
function notecase2html(note) {
|
||||
if (globalHtmlEnabled) {
|
||||
return note.detail.note_text;
|
||||
}
|
||||
|
||||
let noteText = note.detail.note_text;
|
||||
|
||||
note.formatting.forEach(el => el.type = 'formatting');
|
||||
|
||||
Reference in New Issue
Block a user