feat(mystery): add opening and main-floor content

This commit is contained in:
2026-05-09 21:51:12 -05:00
parent e46b2359c0
commit 2a9b6155ef
65 changed files with 7555 additions and 72 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"alwaysUpdateLinks": true,
"newLinkFormat": "shortest",
"useMarkdownLinks": false,
"attachmentFolderPath": "_attachments"
"attachmentFolderPath": "_attachments",
"propertiesInDocument": "hidden"
}
+5 -1
View File
@@ -1 +1,5 @@
{}
{
"theme": "obsidian",
"accentColor": "#50609f",
"cssTheme": "Primary"
}
+4
View File
@@ -0,0 +1,4 @@
[
"obsidian-minimal-settings",
"obsidian-style-settings"
]
+33 -4
View File
@@ -6,17 +6,46 @@
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": false,
"colorGroups": [],
"colorGroups": [
{
"query": "path:rooms ",
"color": {
"a": 1,
"rgb": 14701138
}
},
{
"query": "path:items ",
"color": {
"a": 1,
"rgb": 14725458
}
},
{
"query": "path:encounters ",
"color": {
"a": 1,
"rgb": 11657298
}
},
{
"query": "path:endings ",
"color": {
"a": 1,
"rgb": 5431378
}
}
],
"collapse-display": false,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1.2,
"lineSizeMultiplier": 1,
"nodeSizeMultiplier": 1.82265625,
"lineSizeMultiplier": 5,
"collapse-forces": false,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 2.25,
"scale": 0.8332185563593782,
"close": true
}
@@ -0,0 +1,33 @@
{
"lightStyle": "minimal-light",
"darkStyle": "minimal-dark",
"lightScheme": "minimal-default-light",
"darkScheme": "minimal-default-dark",
"editorFont": "",
"lineHeight": 1.5,
"lineWidth": 40,
"lineWidthWide": 50,
"maxWidth": 88,
"textNormal": 16,
"textSmall": 13,
"imgGrid": false,
"imgWidth": "img-default-width",
"tableWidth": "table-default-width",
"iframeWidth": "iframe-default-width",
"mapWidth": "map-default-width",
"chartWidth": "chart-default-width",
"colorfulHeadings": false,
"colorfulFrame": false,
"colorfulActiveStates": false,
"trimNames": true,
"labeledNav": false,
"fullWidthMedia": true,
"bordersToggle": true,
"minimalStatus": true,
"focusMode": false,
"underlineInternal": true,
"underlineExternal": true,
"folding": true,
"lineNumbers": false,
"readableLineLength": true
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
{
"id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings",
"version": "8.2.2",
"minAppVersion": "1.11.1",
"description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false
}
@@ -0,0 +1,3 @@
.setting-group > .setting-item-heading .setting-item-description {
margin-top: 4px;
}
@@ -0,0 +1,8 @@
{
"primary-theme@@alt-folder-icons": true,
"primary-theme@@colorful-folders_text": true,
"primary-theme@@colorful-folders_collapse-indicator": true,
"primary-theme@@colorful-folders_background": false,
"primary-theme@@colorful-folders_indentation-guide": true,
"primary-theme@@colorful-folders_inherit-color": true
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.9",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "8.1.7",
"minAppVersion": "1.9.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}
File diff suppressed because one or more lines are too long
+9
View File
@@ -0,0 +1,9 @@
{
"name": "Primary",
"version": "2.10.0",
"minAppVersion": "1.4.0",
"author": "Cecilia May",
"fundingUrl": {
"Ko-fi": "https://ko-fi.com/ceciliamay"
}
}
File diff suppressed because one or more lines are too long