This commit is contained in:
Florian 2026-02-19 17:42:11 +01:00
parent 2e04511a89
commit ad519c8a48
3 changed files with 62 additions and 4 deletions

View File

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "wiki/Authbased.md",
"file": "wiki/Test123.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Authbased"
"title": "Test123"
}
}
]
@ -185,8 +185,8 @@
},
"active": "4a68bb5cfce9e8f2",
"lastOpenFiles": [
"wiki/twomain/Hallo Welt.md",
"wiki/Authbased.md",
"wiki/twomain/Hallo Welt.md",
"wiki/first subfolder/secondSub/Some Testnote.md",
"wiki/Test123.md",
"wiki/twomain/Zweiter Hallo Welt.md",

View File

@ -3,4 +3,38 @@ rule.access: "[rule.gamemaster]"
md.description: Some Description text
---
# Auth based
This is an Auth based Note
This is an Auth based Note
<!-- rule.template
template.path: templates/race.md
-->
<!--- end --->
<!-- wd.hide
rule.access: [rule.gamemaster]
-->
This text is hidden until you own the gamemaster rule 1
<!-- wd.end.hide -->
<!--wd.hide
rule.access:[rule.gamemaster]
-->
This text is hidden until you own the gamemaster rule 2
<!--
wd.end.hide
-->
<!--
wd.hide
rule.access: [rule.gamemaster]-->
This text is hidden until you own the gamemaster rule 3
<!--
wd.end.hide -->
``` worlddawn
somestuff: Hallo
```

View File

@ -3,3 +3,27 @@
# Some Wiki Entry
This is some Wiki Entry
<!-- wd.hide
rule.access: [rule.gamemaster]
-->
This text is hidden until you own the gamemaster rule 1
<!-- wd.end.hide -->
<!--wd.hide
rule.access:[rule.gamemaster]
-->
This text is hidden until you own the gamemaster rule 2
<!--
wd.end.hide
-->
<!--
wd.hide
rule.access: [rule.gamemaster]-->
This text is hidden until you own the gamemaster rule 3
<!--
wd.end.hide -->