chore(react/ribbon): add all ribbon tab titles & icon

This commit is contained in:
Elian Doran
2025-08-21 19:27:18 +03:00
parent 45fbcec805
commit 5597f4e2e0
17 changed files with 123 additions and 41 deletions

View File

@@ -1020,6 +1020,10 @@ class FNote {
return this.noteId.startsWith("_options");
}
isTriliumSqlite() {
return this.mime === "text/x-sqlite;schema=trilium";
}
/**
* Provides note's date metadata.
*/