Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CorellanStoma committed Jul 23, 2023
1 parent 2509225 commit bd71c82
Show file tree
Hide file tree
Showing 58 changed files with 623 additions and 732 deletions.
3 changes: 2 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"ttet wer",
"Levitikus",
"Deuteronmium"
]
],
"readableLineLength": false
}
25 changes: 16 additions & 9 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"accentColor": "#cd0952",
"baseFontSize": 18,
"baseFontSize": 16,
"cssTheme": "Minimal",
"theme": "obsidian",
"showViewHeader": true,
Expand Down Expand Up @@ -49,27 +49,34 @@
"addon-hide-folder-number",
"addon-folder-selection",
"05-fonts",
"template-cards",
"template-bookmark",
"template-timeline",
"template-tasks",
"template-message",
"template-home",
"template-layout",
"template-infobox",
"template-home",
"template-gallery",
"template-flashcards",
"template-colors",
"template-cards",
"template-buttons",
"template-bookmark",
"addon-folder-hide-numbers",
"addon-folder-highlight",
"addon-folder-descriptions",
"addon-folder-hide-numbers",
"addon-folder-headers",
"addon-folder-descriptions",
"addon-effects",
"addon-dock-headers",
"04-settings",
"03-testing",
"02-remove",
"01-crearts",
"template-timeline",
"template-tasks"
"03-testing",
"01-main",
"03-settings",
"04-testing",
"05-testing",
"03-effects",
"02-settings"
],
"nativeMenus": false,
"translucency": false
Expand Down
3 changes: 2 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"obsidian-excalidraw-plugin",
"cmdr",
"better-word-count",
"obsidian-custom-frames"
"obsidian-custom-frames",
"obsidian-languagetool-plugin"
]
4 changes: 2 additions & 2 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outgoing-link": true,
"tag-pane": true,
"page-preview": false,
"daily-notes": false,
"daily-notes": true,
"templates": true,
"note-composer": false,
"command-palette": true,
Expand All @@ -26,5 +26,5 @@
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": false
"bookmarks": true
}
2 changes: 2 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"canvas",
"outgoing-link",
"tag-pane",
"daily-notes",
"templates",
"command-palette",
"slash-command",
"editor-status",
"bookmarks",
"outline",
"workspaces",
"file-recovery"
Expand Down
4 changes: 2 additions & 2 deletions .obsidian/daily-notes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format": "YYYY-MM-DD-",
"folder": "1 Notes/Daily",
"template": "9 Templates/Note/Daily"
"folder": "4 Personal/Journal/Daily",
"template": "9 Templates/Journal/Daily"
}
2 changes: 1 addition & 1 deletion .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"repelStrength": 13.7165791911084,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.03590926640145022,
"scale": 0.02561319860492708,
"close": true
}
4 changes: 2 additions & 2 deletions .obsidian/plugins/homepage/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/homepage/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "homepage",
"name": "Homepage",
"version": "3.3",
"version": "3.3.3",
"minAppVersion": "1.0",
"description": "Open a specified note, canvas, or workspace on startup, or set it for quick access later.",
"author": "novov",
Expand Down
6 changes: 3 additions & 3 deletions .obsidian/plugins/obsidian-excalidraw-plugin/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.9.6",
"version": "1.9.9",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
Expand Down
12 changes: 10 additions & 2 deletions .obsidian/plugins/obsidian-excalidraw-plugin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,22 @@ div.excalidraw-draginfo {
position: absolute !important;
}

.excalidraw__iframe-container .view-header {
.excalidraw__embeddable-container .view-header {
display: none !important;
}

.excalidraw__iframe-container input {
.excalidraw__embeddable-container input {
background: initial;
}

.excalidraw .HelpDialog__key {
background-color: var(--color-gray-80) !important;
}

.excalidraw .embeddable-menu {
width: fit-content;
height: fit-content;
position: absolute;
display: block;
z-index: var(--zIndex-layerUI);
}
35 changes: 25 additions & 10 deletions .obsidian/plugins/obsidian-icon-folder/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"emojiStyle": "none",
"iconColor": null,
"recentlyUsedIcons": [
"TyTask",
"TyDocument",
"TyFolder",
"TyNote",
"TyDataview",
"TyHome",
"TyBookmark",
"TyTask"
"TyHome"
],
"recentlyUsedIconsSize": 6,
"rules": [
Expand Down Expand Up @@ -79,7 +79,6 @@
"1 Notes/Games": "TyFolder",
"1 Notes/Homeserver": "TyFolder",
"1 Notes/Playground AI": "TyFolder",
"1 Notes/Recipes": "TyFolder",
"1 Notes/Games/ETS2": "TyFolder",
"1 Notes/Games/Panel Attack": "TyFolder",
"1 Notes/Games/Minecraft": "TyFolder",
Expand Down Expand Up @@ -111,10 +110,6 @@
"6 Study/BWL/BWL - Study Notes.md": "TyNote",
"6 Study/BWL/BWL - Märkte.canvas": "TyCanvas",
"9 Templates/Dataview": "TyFolder",
"9 Templates/Dataview/Cards.md": "TyNote",
"9 Templates/Dataview/List.md": "TyNote",
"9 Templates/Dataview/Table.md": "TyNote",
"9 Templates/Dataview/Bookmark.md": "TyNote",
"1 Notes/Games/Lost Ark": "TyFolder",
"1 Notes/Games/Lost Ark/Skin.md": "TyNote",
"1 Notes/Games/Genshin Impact": "TyFolder",
Expand Down Expand Up @@ -187,7 +182,6 @@
"2 Bookmarks/Streaming": "TyFolder",
"2 Bookmarks/Tools": "TyFolder",
"8 Resources/Home.md": "TyHome",
"3 Tasks/BWL.md": "TyTask",
"5 Study/Business/Freelance.md": "TyNote",
"5 Study/BWL/Flashcards.md": "TyCards",
"5 Study/BWL/Literatur.md": "TyNote",
Expand Down Expand Up @@ -223,5 +217,26 @@
"8 Resources/Work.md": "TyDataview",
"5 Study/BWL/Sorting": "TyFolder",
"5 Study/BWL/Sorting/PDF": "TyFolder",
"3 Tasks/Panel Attack.md": "TyTask"
"9 Templates/Journal/Daily.md": "TyNote",
"4 Personal/Collection/Anime.md": "TyDataview",
"4 Personal/Collection/Comics.md": "TyDataview",
"4 Personal/Collection/Games.md": "TyDataview",
"4 Personal/Collection/Manga.md": "TyDataview",
"4 Personal/Collection/Movies.md": "TyDataview",
"4 Personal/Collection/Music.md": "TyDataview",
"4 Personal/Collection/TV-Shows.md": "TyDataview",
"4 Personal/Collection/Recipes": "TyFolder",
"4 Personal/Collection/Anime": "TyFolder",
"4 Personal/Collection/Comics": "TyFolder",
"4 Personal/Collection/Games": "TyFolder",
"4 Personal/Collection/Manga": "TyFolder",
"4 Personal/Collection/Movies": "TyFolder",
"4 Personal/Collection/Music": "TyFolder",
"4 Personal/Collection/TV-Shows": "TyFolder",
"4 Personal/Collection/Recipes.md": "TyDataview",
"4 Personal/Collection/Lego": "TyFolder",
"4 Personal/Collection/Lego.md": "TyDataview",
"4 Personal/Documents/ticket-20230703131504.pdf": "TyDocument",
"3 Tasks/Projects.md": "TyTask",
"Sorting/Panel Attack.md": "TyTask"
}
4 changes: 2 additions & 2 deletions .obsidian/plugins/obsidian-languagetool-plugin/main.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-languagetool-plugin",
"name": "LanguageTool Integration",
"version": "0.3.3",
"version": "0.3.4",
"minAppVersion": "0.15.2",
"description": "Inofficial LanguageTool plugin",
"author": "Clemens Ertle",
Expand Down
4 changes: 2 additions & 2 deletions .obsidian/plugins/obsidian-minimal-settings/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lineWidth": 40,
"lineWidthWide": 50,
"maxWidth": 88,
"textNormal": 18,
"textNormal": 16,
"textSmall": 13,
"imgGrid": true,
"imgWidth": "img-default-width",
Expand All @@ -31,7 +31,7 @@
"useSystemTheme": false,
"folding": true,
"lineNumbers": true,
"readableLineLength": true,
"readableLineLength": false,
"devBlockWidth": false,
"accentHue": 342,
"accentSat": 86,
Expand Down
Loading

0 comments on commit bd71c82

Please sign in to comment.