hideChildrenOverview label which can disable children overview for specific notes

This commit is contained in:
azivner
2018-04-10 23:15:41 -04:00
parent 3d15450ffc
commit 7b59a665dd
5 changed files with 19 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ const BUILTIN_LABELS = [
'run',
'manualTransactionHandling',
'disableInclusion',
'appCss'
'appCss',
'hideChildrenOverview'
];
async function getNotesWithLabel(name, value) {