wd.hide
This commit is contained in:
parent
2e04511a89
commit
ad519c8a48
6
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
6
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -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",
|
||||
|
||||
@ -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
|
||||
```
|
||||
@ -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 -->
|
||||
Loading…
Reference in New Issue
Block a user