From ad519c8a483ca44fb1673c6e20a3a2c04fe4e637 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 19 Feb 2026 17:42:11 +0100 Subject: [PATCH] wd.hide --- WorldDawnSimpleTest/.obsidian/workspace.json | 6 ++-- WorldDawnSimpleTest/wiki/Authbased.md | 36 +++++++++++++++++++- WorldDawnSimpleTest/wiki/Test123.md | 24 +++++++++++++ 3 files changed, 62 insertions(+), 4 deletions(-) diff --git a/WorldDawnSimpleTest/.obsidian/workspace.json b/WorldDawnSimpleTest/.obsidian/workspace.json index 7f3b64b..f0ca32c 100644 --- a/WorldDawnSimpleTest/.obsidian/workspace.json +++ b/WorldDawnSimpleTest/.obsidian/workspace.json @@ -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", diff --git a/WorldDawnSimpleTest/wiki/Authbased.md b/WorldDawnSimpleTest/wiki/Authbased.md index e30a8db..865edab 100644 --- a/WorldDawnSimpleTest/wiki/Authbased.md +++ b/WorldDawnSimpleTest/wiki/Authbased.md @@ -3,4 +3,38 @@ rule.access: "[rule.gamemaster]" md.description: Some Description text --- # Auth based -This is an Auth based Note \ No newline at end of file +This is an Auth based Note + + + + + + +This text is hidden until you own the gamemaster rule 1 + + + +This text is hidden until you own the gamemaster rule 2 + + + + +This text is hidden until you own the gamemaster rule 3 + + + +``` worlddawn +somestuff: Hallo +``` \ No newline at end of file diff --git a/WorldDawnSimpleTest/wiki/Test123.md b/WorldDawnSimpleTest/wiki/Test123.md index b77f5de..c83190e 100644 --- a/WorldDawnSimpleTest/wiki/Test123.md +++ b/WorldDawnSimpleTest/wiki/Test123.md @@ -3,3 +3,27 @@ # Some Wiki Entry This is some Wiki Entry + + + +This text is hidden until you own the gamemaster rule 1 + + + +This text is hidden until you own the gamemaster rule 2 + + + + +This text is hidden until you own the gamemaster rule 3 + \ No newline at end of file