mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 08:09:55 +01:00
various small usability improvements
This commit is contained in:
@@ -3,6 +3,7 @@ function html2notecase(contents, note) {
|
||||
contents = contents.replace(/<br>/g, '\n');
|
||||
contents = contents.replace(/<\/p>/g, '\n');
|
||||
contents = contents.replace(/<p>/g, '');
|
||||
contents = contents.replace(/ /g, ' ');
|
||||
|
||||
let index = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user