| |
---|
| | |
---|
| | - create a note named "HTBMachineTemplate" |
---|
| | - set it's "owned attributes" to: |
---|
| | |
---|
| | ```#template #label:User=promoted,single,text #label:Root=promoted,single,text #label:Tags=promoted,single,text``` |
---|
| | ``` |
---|
| | #template #label:User=promoted,single,text #label:Root=promoted,single,text #label:Tags=promoted,single,text |
---|
| | ``` |
---|
| | |
---|
| | - get this page's ID and put in "trilium_machines_template_id" |
---|
| | - create "challenges" page, this page's ID goes in: trilium_challenges_folder |
---|
| | - create "Sherlocks" page, this page's ID goes in: trilium_sherlocks_folder |
---|
| | - create 2 pages "HTBChallengesTemplate" and "HTBSherlocksTemplate", both of these should have the owned attributes: |
---|
| | |
---|
| | ```#template #label:User=promoted,single,text #label:Root=promoted,single,text #label:Tags=promoted,single,text ``` |
---|
| | ``` |
---|
| | #template #label:User=promoted,single,text #label:Root=promoted,single,text #label:Tags=promoted,single,text |
---|
| | ``` |
---|
| | |
---|
| | - The ID's of "HTBChallengesTemplate" and "HTBSherlocksTemplate" go in the matching config values. |
---|
| | |
---|
| | - to get "in progress" todo colour - add to trilium demo/scripting/taskmanager/implementation/CSS: |
---|
| |
---|
| | |
|