Skip to content

Commit 7e04836

Browse files
authored
Merge pull request #13 from valb-mig/main
(dump): Merge
2 parents d1c4bd2 + 244702d commit 7e04836

5 files changed

Lines changed: 45 additions & 12 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"cmd": "${workspaceFolder}/vendor/bin/mago format ${file}"
1111
}
1212
]
13-
}
14-
}
13+
},
14+
"terminal.integrated.defaultProfile.linux": "zsh",
15+
"terminal.integrated.shellIntegration.enabled": true
16+
}

.vscode/tasks.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "Composer Test",
6+
"type": "shell",
7+
"command": "composer test",
8+
"presentation": {
9+
"reveal": "always",
10+
"panel": "new",
11+
"group": "tests"
12+
},
13+
"runOptions": {
14+
"runOn": "folderOpen"
15+
}
16+
},
17+
{
18+
"label": "MAGO Analyse",
19+
"type": "shell",
20+
"command": "mago analyse",
21+
"presentation": {
22+
"reveal": "always",
23+
"panel": "new",
24+
"group": "analysis"
25+
},
26+
"runOptions": {
27+
"runOn": "folderOpen"
28+
}
29+
}
30+
]
31+
}

obsidian/.obsidian/workspace.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
}
7777
],
7878
"direction": "horizontal",
79-
"width": 233.5
79+
"width": 233.5,
80+
"collapsed": true
8081
},
8182
"right": {
8283
"id": "7ca2f4f0bbdfa382",
@@ -184,15 +185,15 @@
184185
},
185186
"active": "ca2d8013c7331e8e",
186187
"lastOpenFiles": [
187-
"Process.md",
188-
"Idea.md",
189-
"Design.md",
190-
"TODO.md",
191-
"Excalidraw/Overall.md",
192-
"Domain/Characters.md",
193188
"Domain/Dice.md",
194189
"Domain/Session.md",
190+
"Design.md",
191+
"Idea.md",
192+
"Process.md",
193+
"TODO.md",
195194
"Domain/World.md",
195+
"Domain/Characters.md",
196+
"Excalidraw/Overall.md",
196197
"Domain/NPC.md",
197198
"Excalidraw/Drawing 2026-03-02 14.34.45.excalidraw.md",
198199
"Sem título",

obsidian/Design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Purpose
22
Hub of creative creation involving RPG, making easy to create histories and managing parties.
33
## Anchors
4+
[[Session]]
45
[[Dice]]
56
[[World]]
6-
[[Characters]]
7-
[[NPC]]
7+
88

obsidian/Domain/Characters.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)