mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
added support for app_css attribute, which allows custom styling
This commit is contained in:
@@ -13,7 +13,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
'exclude_from_export',
|
||||
'run',
|
||||
'manual_transaction_handling',
|
||||
'disable_inclusion'
|
||||
'disable_inclusion',
|
||||
'app_css'
|
||||
];
|
||||
|
||||
async function getNoteAttributeMap(noteId) {
|
||||
|
||||
Reference in New Issue
Block a user