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:
Matt 2021-10-20 02:57:05 -04:00 committed by GitHub
parent 2cc4367b37
commit 8b21867c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);