Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"cmd": "${workspaceFolder}/vendor/bin/mago format ${file}"
}
]
}
}
},
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.shellIntegration.enabled": true
}
31 changes: 31 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Composer Test",
"type": "shell",
"command": "composer test",
"presentation": {
"reveal": "always",
"panel": "new",
"group": "tests"
},
"runOptions": {
"runOn": "folderOpen"
}
},
{
"label": "MAGO Analyse",
"type": "shell",
"command": "mago analyse",
"presentation": {
"reveal": "always",
"panel": "new",
"group": "analysis"
},
"runOptions": {
"runOn": "folderOpen"
}
}
]
}
15 changes: 8 additions & 7 deletions obsidian/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
}
],
"direction": "horizontal",
"width": 233.5
"width": 233.5,
"collapsed": true
},
"right": {
"id": "7ca2f4f0bbdfa382",
Expand Down Expand Up @@ -184,15 +185,15 @@
},
"active": "ca2d8013c7331e8e",
"lastOpenFiles": [
"Process.md",
"Idea.md",
"Design.md",
"TODO.md",
"Excalidraw/Overall.md",
"Domain/Characters.md",
"Domain/Dice.md",
"Domain/Session.md",
"Design.md",
"Idea.md",
"Process.md",
"TODO.md",
"Domain/World.md",
"Domain/Characters.md",
"Excalidraw/Overall.md",
"Domain/NPC.md",
"Excalidraw/Drawing 2026-03-02 14.34.45.excalidraw.md",
"Sem título",
Expand Down
4 changes: 2 additions & 2 deletions obsidian/Design.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Purpose
Hub of creative creation involving RPG, making easy to create histories and managing parties.
## Anchors
[[Session]]
[[Dice]]
[[World]]
[[Characters]]
[[NPC]]


1 change: 0 additions & 1 deletion obsidian/Domain/Characters.md

This file was deleted.