mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
support for cssClass label on note
This commit is contained in:
@@ -7,6 +7,7 @@ class NoteShort {
|
||||
this.type = row.type;
|
||||
this.mime = row.mime;
|
||||
this.archived = row.archived;
|
||||
this.cssClass = row.cssClass;
|
||||
}
|
||||
|
||||
isJson() {
|
||||
|
||||
Reference in New Issue
Block a user