generated from DNDs/dnd-template
Compare commits
No commits in common. "bbac065571e1c45f087e2abbc23d7817a5cbeb6c" and "47e32f577a31d51d6dbaed791595a8ca22f95b9d" have entirely different histories.
bbac065571
...
47e32f577a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
.obsidian/workspace
|
|
||||||
.obsidian/workspace
|
|
||||||
.obsidian/workspace
|
|
4
.obsidian/app.json
vendored
4
.obsidian/app.json
vendored
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"legacyEditor": false,
|
"legacyEditor": false,
|
||||||
"livePreview": true,
|
"livePreview": true,
|
||||||
"attachmentFolderPath": "attachment"
|
"attachmentFolderPath": "img",
|
||||||
|
"alwaysUpdateLinks": true,
|
||||||
|
"fileSortOrder": "alphabetical"
|
||||||
}
|
}
|
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"translucency": true
|
"baseFontSize": 17
|
||||||
}
|
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,4 +1,3 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git",
|
"obsidian-git"
|
||||||
"table-editor-obsidian"
|
|
||||||
]
|
]
|
3
.obsidian/page-preview.json
vendored
3
.obsidian/page-preview.json
vendored
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"editor": false
|
|
||||||
}
|
|
16
.obsidian/plugins/obsidian-git/data.json
vendored
16
.obsidian/plugins/obsidian-git/data.json
vendored
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "vault backup: {{date}}",
|
||||||
"autoCommitMessage": "vault auto-backup: {{date}}",
|
"autoCommitMessage": "vault backup: {{date}}",
|
||||||
"commitDateFormat": "DD.MM.YYYY - HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 5,
|
"autoSaveInterval": 0,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 5,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": true,
|
"autoPullOnBoot": false,
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": true,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"listChangedFilesInMessageBody": true,
|
"listChangedFilesInMessageBody": false,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": false,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
"gitPath": "",
|
"gitPath": "",
|
||||||
"customMessageOnAutoBackup": true,
|
"customMessageOnAutoBackup": false,
|
||||||
"autoBackupAfterFileChange": false,
|
"autoBackupAfterFileChange": false,
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
"differentIntervalCommitAndPush": false,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": true
|
"changedFilesInStatusBar": false
|
||||||
}
|
}
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"formatType": "normal",
|
|
||||||
"showRibbonIcon": true,
|
|
||||||
"bindEnter": true,
|
|
||||||
"bindTab": true
|
|
||||||
}
|
|
24029
.obsidian/plugins/table-editor-obsidian/main.js
vendored
24029
.obsidian/plugins/table-editor-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "table-editor-obsidian",
|
|
||||||
"name": "Advanced Tables",
|
|
||||||
"author": "Tony Grosinger",
|
|
||||||
"authorUrl": "https://grosinger.net",
|
|
||||||
"description": "Improved table navigation, formatting, manipulation, and formulas",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"minAppVersion": "0.13.8",
|
|
||||||
"version": "0.17.3",
|
|
||||||
"js": "main.js"
|
|
||||||
}
|
|
@ -1,28 +0,0 @@
|
|||||||
.HyperMD-table-row span.cm-inline-code {
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-icon {
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
fill: var(--text-muted);
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-icon:hover {
|
|
||||||
fill: var(--text-normal);
|
|
||||||
}
|
|
||||||
|
|
||||||
.advanced-tables-csv-export textarea {
|
|
||||||
height: 200px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.advanced-tables-donation {
|
|
||||||
width: 70%;
|
|
||||||
margin: 0 auto;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.advanced-tables-donate-button {
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
144
.obsidian/workspace
vendored
Normal file
144
.obsidian/workspace
vendored
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
{
|
||||||
|
"main": {
|
||||||
|
"id": "be4928f404494362",
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "9a37bcbe320bf3c1",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "Session 0/Akt 1 - Der Brief/Intro.md",
|
||||||
|
"mode": "source",
|
||||||
|
"backlinks": false,
|
||||||
|
"source": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "vertical"
|
||||||
|
},
|
||||||
|
"left": {
|
||||||
|
"id": "4c204b23afe6e88d",
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "10bb824321a3385a",
|
||||||
|
"type": "tabs",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "efe73e69ddb1e078",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "file-explorer",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "9b41481f9cd58ccf",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "search",
|
||||||
|
"state": {
|
||||||
|
"query": "",
|
||||||
|
"matchingCase": false,
|
||||||
|
"explainSearch": false,
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "407be85862255513",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "starred",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "horizontal",
|
||||||
|
"width": 300
|
||||||
|
},
|
||||||
|
"right": {
|
||||||
|
"id": "5509ba8e304ece45",
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "de21d6881f1842c9",
|
||||||
|
"type": "tabs",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "5da9353568c0dd60",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "backlink",
|
||||||
|
"state": {
|
||||||
|
"file": "Session 0/Akt 1 - Der Brief/Intro.md",
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical",
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": "",
|
||||||
|
"backlinkCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "10754db1acad1d3c",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outgoing-link",
|
||||||
|
"state": {
|
||||||
|
"file": "Session 0/Akt 1 - Der Brief/Intro.md",
|
||||||
|
"linksCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "63fe3d71c934b27a",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "tag",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "frequency",
|
||||||
|
"useHierarchy": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2f955b1ea9601b8e",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outline",
|
||||||
|
"state": {
|
||||||
|
"file": "Session 0/Akt 1 - Der Brief/Intro.md"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "horizontal",
|
||||||
|
"width": 300
|
||||||
|
},
|
||||||
|
"active": "9a37bcbe320bf3c1",
|
||||||
|
"lastOpenFiles": [
|
||||||
|
"Session 0/Akt 1 - Der Brief/Intro.md",
|
||||||
|
"Session 0/Akt 1 - Der Brief/Jenkins Abschiedsbrief.md",
|
||||||
|
"Session 0/Akt 2 - Rogueport/Rogueport.md",
|
||||||
|
"Session 0/Akt 2 - Rogueport/Zum Ruhigen Start.md",
|
||||||
|
"Session 0/Akt 2 - Rogueport/Ankunft in Rogueport.md",
|
||||||
|
"Session 0/Akt 2 - Rogueport/Die Lightseeker.md",
|
||||||
|
"Draft Notizen/Katara Kult.md",
|
||||||
|
"Global/Teleport.md",
|
||||||
|
"Global/Onic.md",
|
||||||
|
"Global/Ench.md"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user