Refactoring: add metatagging, add 'last edited by' element, add 'metacondition'
This commit is contained in:
parent
771783a31c
commit
105120060d
31 changed files with 217 additions and 142 deletions
|
@ -55,7 +55,16 @@
|
|||
"*": "{open_note()}"
|
||||
}
|
||||
},
|
||||
"all_tags"
|
||||
{
|
||||
"metacondition": {
|
||||
"or": [
|
||||
"__featureSwitchDebugging=true"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"*": "{all_tags()}"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue