2025-07-25 02:13
This commit is contained in:
parent
bb46773d48
commit
31ce168dec
3
Mausritter - First Campaign/.obsidian/app.json
vendored
Normal file
3
Mausritter - First Campaign/.obsidian/app.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"spellcheck": false
|
||||
}
|
||||
1
Mausritter - First Campaign/.obsidian/appearance.json
vendored
Normal file
1
Mausritter - First Campaign/.obsidian/appearance.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
3
Mausritter - First Campaign/.obsidian/community-plugins.json
vendored
Normal file
3
Mausritter - First Campaign/.obsidian/community-plugins.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
"obsidian-icon-folder"
|
||||
]
|
||||
31
Mausritter - First Campaign/.obsidian/core-plugins.json
vendored
Normal file
31
Mausritter - First Campaign/.obsidian/core-plugins.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": true,
|
||||
"webviewer": false
|
||||
}
|
||||
22
Mausritter - First Campaign/.obsidian/graph.json
vendored
Normal file
22
Mausritter - First Campaign/.obsidian/graph.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": true
|
||||
}
|
||||
34
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
34
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"settings": {
|
||||
"migrated": 6,
|
||||
"iconPacksPath": ".obsidian/icons",
|
||||
"fontSize": 16,
|
||||
"emojiStyle": "native",
|
||||
"iconColor": null,
|
||||
"recentlyUsedIcons": [
|
||||
"🗺"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
"extraMargin": {
|
||||
"top": 0,
|
||||
"right": 4,
|
||||
"bottom": 0,
|
||||
"left": 0
|
||||
},
|
||||
"iconInTabsEnabled": false,
|
||||
"iconInTitleEnabled": false,
|
||||
"iconInTitlePosition": "above",
|
||||
"iconInFrontmatterEnabled": false,
|
||||
"iconInFrontmatterFieldName": "icon",
|
||||
"iconColorInFrontmatterFieldName": "iconColor",
|
||||
"iconsBackgroundCheckEnabled": false,
|
||||
"iconsInNotesEnabled": true,
|
||||
"iconsInLinksEnabled": true,
|
||||
"iconIdentifier": ":",
|
||||
"lucideIconPackType": "native",
|
||||
"debugMode": false,
|
||||
"useInternalPlugins": false
|
||||
},
|
||||
"Lokace": "🗺"
|
||||
}
|
||||
7158
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
7158
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
10
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Iconize",
|
||||
"version": "2.14.7",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||
"author": "Florian Woelki",
|
||||
"authorUrl": "https://florianwoelki.com/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
120
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
120
Mausritter - First Campaign/.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
@ -0,0 +1,120 @@
|
||||
.iconize-inline-title-wrapper {
|
||||
width: var(--line-width);
|
||||
max-width: var(--max-width);
|
||||
margin-inline: var(--content-margin);
|
||||
}
|
||||
|
||||
.iconize-title-icon {
|
||||
max-width: var(--max-width);
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
.iconize-icon-in-link {
|
||||
transform: translateY(20%);
|
||||
margin-right: var(--size-2-2);
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.iconize-icon {
|
||||
border: 1px solid transparent;
|
||||
margin: 0px 4px 0px 0px;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.nav-folder-title,
|
||||
.nav-file-title {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.iconize-setting input[type='color'] {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results {
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.prompt .iconize-subheadline {
|
||||
margin-top: 12px;
|
||||
font-size: 12px;
|
||||
color: gray;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 6;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.iconize-modal.prompt-results {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.prompt .iconize-subheadline {
|
||||
grid-column-end: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item {
|
||||
cursor: pointer;
|
||||
white-space: pre-wrap;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
padding: 16px 8px;
|
||||
line-break: auto;
|
||||
word-break: break-word;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-icon-preview {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
color: currentColor;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.iconize-dragover {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.iconize-dragover-el {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-secondary-alt);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Custom rule modal. */
|
||||
.iconize-custom-modal .modal-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-custom-modal .modal-content input {
|
||||
width: 100%;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
177
Mausritter - First Campaign/.obsidian/workspace.json
vendored
Normal file
177
Mausritter - First Campaign/.obsidian/workspace.json
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "9641086193135776",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "344c0034366991e2",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "1aa8afbf8162557d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Lokace/Přehled.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Přehled"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "b2078c0722ade361",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "15f27ad8cc8640da",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "9074c1a3e761a01a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {
|
||||
"sortOrder": "alphabetical",
|
||||
"autoReveal": false
|
||||
},
|
||||
"icon": "lucide-folder-closed",
|
||||
"title": "Files"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ccc58a70af46d084",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
},
|
||||
"icon": "lucide-search",
|
||||
"title": "Search"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "7d5f9adafdeeed98",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bookmarks",
|
||||
"state": {},
|
||||
"icon": "lucide-bookmark",
|
||||
"title": "Bookmarks"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "0df565fac0f24c78",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "558664acd31c31aa",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "6ad3cdb8e0eb1ac4",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Lokace/Přehled.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks for Přehled"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "20b0919566ccbd8c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Lokace/Přehled.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links from Přehled"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "81d7575c3ead28d1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-tags",
|
||||
"title": "Tags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "e296f25764189919",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Lokace/Přehled.md",
|
||||
"followCursor": false,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of Přehled"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"daily-notes:Open today's daily note": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "1aa8afbf8162557d",
|
||||
"lastOpenFiles": [
|
||||
"Welcome.md",
|
||||
"Lokace/Přehled.md",
|
||||
"Lokace"
|
||||
]
|
||||
}
|
||||
20
Mausritter - First Campaign/Lokace/Přehled.md
Normal file
20
Mausritter - First Campaign/Lokace/Přehled.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Seznam lokací
|
||||
## 1 - Domovská vesnice
|
||||
## 2 - Krtčí nora
|
||||
## 3 - Tábor krysích žoldáků + Hostinec
|
||||
## 4 - Pařez, Dřevorubci
|
||||
## 5 - Myší farma
|
||||
## 6 - Jezero
|
||||
## 7 - Tábor krysích pašeráků
|
||||
## 8 - Hadí(?) doupě
|
||||
## 9 - Ruiny
|
||||
## 10 - Hrad kocoura Baltazara
|
||||
## 11 - Chatrč mysí čarodějnice
|
||||
## 12 - Starý dub, sova
|
||||
## 13 - Krysí lovci
|
||||
## 14 - Myší město
|
||||
## 15 - Hrad myšího rytíře
|
||||
## 16 - Bažina na hranicích
|
||||
## 17 - Žabí tábor
|
||||
## 18 - Klášter žabího boha
|
||||
## 19 - Pramen
|
||||
14
TTRPG/TTRPG/.obsidian/workspace.json
vendored
14
TTRPG/TTRPG/.obsidian/workspace.json
vendored
@ -11,14 +11,10 @@
|
||||
"id": "20356acf8be3ea3e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Git update test.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"type": "obsidian-leaflet-map-view",
|
||||
"state": {},
|
||||
"icon": "lucide-file",
|
||||
"title": "Git update test"
|
||||
"title": "Leaflet Map"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -171,14 +167,14 @@
|
||||
},
|
||||
"active": "20356acf8be3ea3e",
|
||||
"lastOpenFiles": [
|
||||
"TEST.md",
|
||||
"Locations/Lokace.md",
|
||||
"Git update test.md",
|
||||
"marker test.md",
|
||||
"Locations/Lokace.md",
|
||||
"Campaigns/Hřbitov.md",
|
||||
"Assets/Maps/Graveyard_4k.jpg",
|
||||
"Assets/Maps/test_map.png",
|
||||
"Assets/Maps/Kids DnD.jpg",
|
||||
"TEST.md",
|
||||
"Items",
|
||||
"Locations",
|
||||
"NPCs",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user