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",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "f40187ad17bab48a",
|
"id": "7875c2692f9ffce2",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "318c564d63e9d449",
|
"id": "4a68bb5cfce9e8f2",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"file": "adventures/Adventure.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Adventure"
|
"title": "New tab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -183,10 +179,16 @@
|
|||||||
"bases:Create new base": false
|
"bases:Create new base": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "318c564d63e9d449",
|
"active": "4a68bb5cfce9e8f2",
|
||||||
"lastOpenFiles": [
|
"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",
|
"adventures/Adventure.md",
|
||||||
|
"wiki/first subfolder/secondSub",
|
||||||
|
"wiki/first subfolder",
|
||||||
|
"wiki/Test123.md",
|
||||||
"adventures",
|
"adventures",
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
"wiki",
|
"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