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