mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Set default icon for clipped notes (#2246)
* Set default icon for clipped notes I like being able to differentiate between clipped notes and regular notes * Globe
This commit is contained in:
parent
2cc4367b37
commit
8b21867c5c
@ -59,6 +59,7 @@ function addClipping(req) {
|
||||
|
||||
clippingNote.setLabel('clipType', 'clippings');
|
||||
clippingNote.setLabel('pageUrl', pageUrl);
|
||||
clippingNote.setLabel('iconClass', 'bx bx-globe');
|
||||
}
|
||||
|
||||
const rewrittenContent = processContent(images, clippingNote, content);
|
||||
|
Loading…
x
Reference in New Issue
Block a user