helper | haxagon | hacktricks | labs | BreachLab

id: iLFon8-HhcMj1JzNKsI07
===
# Metody
```meta-bind-button
label: Nová metoda
style: primary
hidden: false
actions:
  - type: templaterCreateNote
    templateFile: 99 - Meta/00 - Templates/Note.md
    folderPath: 02 - Zdroje/12 - Hacking/metody
    fileName: nová metoda
    openNote: true
    openIfAlreadyExists: true
 
```
```dataview
 
LIST
FROM "02 - Zdroje/12 - Hacking/metody"
 
```
 
===
# Nástroje
```meta-bind-button
label: Nový nástroj
style: primary
hidden: false
actions:
  - type: templaterCreateNote
    templateFile: 99 - Meta/00 - Templates/Note.md
    folderPath: 02 - Zdroje/12 - Hacking/Tools
    fileName: nová toolka
    openNote: true
    openIfAlreadyExists: true
 
```
#### [[Nástroje todo]]
```dataview
 
LIST
FROM "02 - Zdroje/12 - Hacking/Tools"
 
```
 
===
# Writeupy
```meta-bind-button
label: Nový writeup
style: primary
hidden: false
actions:
  - type: templaterCreateNote
    templateFile: 99 - Meta/00 - Templates/Note.md
    folderPath: 02 - Zdroje/12 - Hacking/Writeupy
    fileName: nový writeup
    openNote: true
    openIfAlreadyExists: true
 
```
```dataview
 
LIST
FROM "02 - Zdroje/12 - Hacking/Writeupy"
SORT file.mtime DESC
```