added support for app_css attribute, which allows custom styling

This commit is contained in:
azivner
2018-03-07 23:24:23 -05:00
parent c831221cc4
commit b6277049f3
3 changed files with 26 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ const BUILTIN_ATTRIBUTES = [
'exclude_from_export',
'run',
'manual_transaction_handling',
'disable_inclusion'
'disable_inclusion',
'app_css'
];
async function getNoteAttributeMap(noteId) {