mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
various small usability improvements
This commit is contained in:
@@ -44,5 +44,7 @@ function notecase2html(note) {
|
||||
|
||||
noteText = noteText.replace(/(?:\r\n|\r|\n)/g, '<br />');
|
||||
|
||||
noteText = noteText.replace(/ /g, ' ');
|
||||
|
||||
return noteText;
|
||||
}
|
||||
Reference in New Issue
Block a user