Added '.obsidian' directory to save Obsidian configuration

This commit is contained in:
Jafeth Garro 2024-08-20 21:22:15 -06:00
parent e498c7e24f
commit fd980ce144
21 changed files with 16710 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/content/.obsidian
/node_modules
.idea
public/

1
content/.obsidian/app.json vendored Normal file
View file

@ -0,0 +1 @@
{}

3
content/.obsidian/appearance.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"cssTheme": "Catppuccin"
}

View file

@ -0,0 +1,5 @@
[
"obsidian-minimal-settings",
"obsidian-hider",
"obsidian-style-settings"
]

View file

@ -0,0 +1,30 @@
{
"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": false
}

20
content/.obsidian/core-plugins.json vendored Normal file
View file

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

View file

@ -0,0 +1,13 @@
{
"hideStatus": false,
"hideTabs": false,
"hideScroll": true,
"hideSidebarButtons": false,
"hideTooltips": true,
"hideFileNavButtons": false,
"hideSearchSuggestions": false,
"hideSearchCounts": false,
"hideInstructions": false,
"hidePropertiesReading": false,
"hideVault": false
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,11 @@
{
"id": "obsidian-hider",
"name": "Hider",
"version": "1.4.1",
"minAppVersion": "1.6.0",
"description": "Hide UI elements such as tooltips, status, titlebar and more",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false
}

View file

@ -0,0 +1,34 @@
{
"lightStyle": "minimal-light",
"darkStyle": "minimal-dark",
"lightScheme": "minimal-catppuccin-light",
"darkScheme": "minimal-catppuccin-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,
"devBlockWidth": false
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,11 @@
{
"id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings",
"version": "8.1.1",
"minAppVersion": "1.1.9",
"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
}

View file

@ -0,0 +1,3 @@
{
"minimal-advanced@@styled-scrollbars": true
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.8",
"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

View file

@ -0,0 +1,7 @@
{
"name": "Catppuccin",
"version": "0.4.24",
"minAppVersion": "1.0.0",
"author": "Marshall Beckrich",
"authorUrl": "https://github.com/catppuccin/obsidian"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "7.7.16",
"minAppVersion": "1.6.1",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

2212
content/.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

151
content/.obsidian/workspace.json vendored Normal file
View file

@ -0,0 +1,151 @@
{
"main": {
"id": "12456d92bffa081a",
"type": "split",
"children": [
{
"id": "222010181b465465",
"type": "tabs",
"children": [
{
"id": "bb904e684df3e5de",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "85ce7cc70b3a80cc",
"type": "split",
"children": [
{
"id": "6250f5a9a296457c",
"type": "tabs",
"children": [
{
"id": "fe7bf5045f52d84c",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "c4e2b103b254ad23",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "9c066f3bb6c7a1db",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "27a5e1640ea63c47",
"type": "split",
"children": [
{
"id": "32cc990c497b5b03",
"type": "tabs",
"children": [
{
"id": "68129d6d3ca50054",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "009e0d89ccbf4ebd",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "21a27d5c8f7e20f5",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "11378eb6712ae538",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "index.md"
}
}
}
]
}
],
"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": "bb904e684df3e5de",
"lastOpenFiles": []
}