first config
This commit is contained in:
parent
3b14306b4a
commit
54334833e9
8
WorlDawnSimpleTest/.obsidian/workspace.json
vendored
8
WorlDawnSimpleTest/.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "wiki/Test123.md",
|
||||
"file": "adventures/Adventure.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Test123"
|
||||
"title": "Adventure"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -185,8 +185,10 @@
|
||||
},
|
||||
"active": "318c564d63e9d449",
|
||||
"lastOpenFiles": [
|
||||
"Untitled.md",
|
||||
"wiki/Test123.md",
|
||||
"adventures/Adventure.md",
|
||||
"adventures",
|
||||
"Untitled.md",
|
||||
"wiki",
|
||||
"Welcome.md"
|
||||
]
|
||||
|
||||
3
WorlDawnSimpleTest/adventures/Adventure.md
Normal file
3
WorlDawnSimpleTest/adventures/Adventure.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Adventure Note!!!
|
||||
|
||||
Some secret note only for Gamemasters
|
||||
20
config.xml
Normal file
20
config.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<MainConfig>
|
||||
<MarkdownConfig>
|
||||
<MarkdownPath>WorldDawnSimpleTest</MarkdownPath>
|
||||
<MarkdownAreas>
|
||||
<MarkdownArea>
|
||||
<Path>wiki</Path>
|
||||
<Name>Wiki</Name>
|
||||
<DisplayInBar>true</DisplayInBar>
|
||||
<SortPriority>100</SortPriority>
|
||||
</MarkdownArea>
|
||||
<MarkdownArea>
|
||||
<Path>adventures</Path>
|
||||
<Name>Adventures</Name>
|
||||
<AccessRule>[gamemaster]</AccessRule>
|
||||
<DisplayInBar>false</DisplayInBar>
|
||||
<SortPriority>-100</SortPriority> <!-- Highest will be displayed first -->
|
||||
</MarkdownArea>
|
||||
</MarkdownAreas>
|
||||
</MarkdownConfig>
|
||||
</MainConfig>
|
||||
Loading…
Reference in New Issue
Block a user