add #toc label to control Table of Contents visibility per note, #2985

This commit is contained in:
zadam
2022-07-19 23:56:29 +02:00
parent 8902cb3117
commit f890e9917f
3 changed files with 19 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ module.exports = [
{ type: 'label', name: 'hideRelations' },
{ type: 'label', name: 'titleTemplate', isDangerous: true },
{ type: 'label', name: 'template' },
{ type: 'label', name: 'toc' },
// relation names
{ type: 'relation', name: 'internalLink' },