mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
set iconClass also on whole page clipping #2250
This commit is contained in:
@@ -93,6 +93,7 @@ function createNote(req) {
|
||||
|
||||
if (pageUrl) {
|
||||
note.setLabel('pageUrl', pageUrl);
|
||||
note.setLabel('iconClass', 'bx bx-globe');
|
||||
}
|
||||
|
||||
const rewrittenContent = processContent(images, note, content);
|
||||
|
||||
Reference in New Issue
Block a user