A bit more test structure
This commit is contained in:
parent
1b46a262a7
commit
f663101ab7
5
WorldDawnSimpleTest/.obsidian/app.json
vendored
5
WorldDawnSimpleTest/.obsidian/app.json
vendored
@ -1 +1,4 @@
|
||||
{}
|
||||
{
|
||||
"useMarkdownLinks": true,
|
||||
"newLinkFormat": "absolute"
|
||||
}
|
||||
24
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
24
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -4,21 +4,17 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "f40187ad17bab48a",
|
||||
"id": "7875c2692f9ffce2",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "318c564d63e9d449",
|
||||
"id": "4a68bb5cfce9e8f2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "adventures/Adventure.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"type": "empty",
|
||||
"state": {},
|
||||
"icon": "lucide-file",
|
||||
"title": "Adventure"
|
||||
"title": "New tab"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -183,10 +179,16 @@
|
||||
"bases:Create new base": false
|
||||
}
|
||||
},
|
||||
"active": "318c564d63e9d449",
|
||||
"active": "4a68bb5cfce9e8f2",
|
||||
"lastOpenFiles": [
|
||||
"wiki/Test123.md",
|
||||
"wiki/twomain/Zweiter Hallo Welt.md",
|
||||
"wiki/twomain/Hallo Welt.md",
|
||||
"wiki/first subfolder/secondSub/Some Testnote.md",
|
||||
"wiki/twomain",
|
||||
"adventures/Adventure.md",
|
||||
"wiki/first subfolder/secondSub",
|
||||
"wiki/first subfolder",
|
||||
"wiki/Test123.md",
|
||||
"adventures",
|
||||
"Untitled.md",
|
||||
"wiki",
|
||||
|
||||
@ -0,0 +1 @@
|
||||
Another Ttestnote
|
||||
3
WorldDawnSimpleTest/wiki/twomain/Hallo Welt.md
Normal file
3
WorldDawnSimpleTest/wiki/twomain/Hallo Welt.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Hallo Welt
|
||||
|
||||
[Some Testnote](wiki/first%20subfolder/secondSub/Some%20Testnote.md)
|
||||
2
WorldDawnSimpleTest/wiki/twomain/Zweiter Hallo Welt.md
Normal file
2
WorldDawnSimpleTest/wiki/twomain/Zweiter Hallo Welt.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Zweiter Hallo Welt
|
||||
Noch ein Hallo Welt
|
||||
Loading…
Reference in New Issue
Block a user