feat: update settings and plugins

This commit is contained in:
Ben Hong
2024-01-17 20:40:00 -08:00
parent 1916d57faa
commit c744a6fe89
82 changed files with 157524 additions and 5348 deletions

144
.obsidian/app.json vendored
View File

@@ -1,109 +1,47 @@
{
"pluginEnabledStatus": {
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"command-palette": true,
"markdown-importer": true,
"word-count": true,
"open-with-default-app": true,
"tag-pane": true,
"starred": true,
"daily-notes": true,
"zk-prefixer": true,
"templates": true,
"outline": true,
"sync": true,
"File explorer": true,
"Search": true,
"Quick switcher": true,
"Graph view": true,
"Backlinks": true,
"Command palette": true,
"Markdown format importer": true,
"Word count": true,
"workspaces": true,
"random-note": true,
"publish": true,
"slides": true,
"file-recovery": true,
"page-preview": true,
"outgoing-link": true,
"audio-recorder": true
},
"enabledPlugins": [
"sliding-panes-obsidian",
"note-refactor-obsidian",
"obsidian-mind-map",
"cm-editor-syntax-highlight-obsidian",
"calendar",
"tag-wrangler",
"darlal-switcher-plus",
"dataview",
"periodic-notes",
"obsidian-git",
"obsidian-kanban",
"hot-reload",
"obsidian-sample-plugin",
"templater-obsidian",
"table-editor-obsidian",
"better-word-count"
"promptDelete": false,
"mobileToolbarCommands": [
"editor:insert-wikilink",
"templater-obsidian:insert-templater",
"editor:cycle-list-checklist",
"editor:indent-list",
"editor:unindent-list",
"editor:swap-line-up",
"editor:swap-line-down",
"editor:toggle-keyboard",
"editor:insert-tag",
"editor:attach-file",
"editor:set-heading",
"editor:toggle-bold",
"editor:toggle-italics",
"editor:toggle-blockquote",
"editor:insert-link",
"editor:toggle-numbered-list",
"editor:undo",
"editor:redo",
"editor:configure-toolbar"
],
"showFrontmatter": false,
"legacyEditor": false,
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "zettelkasten",
"foldHeading": true,
"foldIndent": true,
"defaultViewMode": "source",
"showLineNumber": true,
"promptDelete": false,
"alwaysUpdateLinks": true,
"fileSortOrder": "alphabetical",
"tabSize": 4,
"useTab": true,
"obsidianCss": false,
"attachmentFolderPath": "assets",
"showLineNumber": false,
"showFrontmatter": true,
"spellcheck": true,
"spellcheckDictionary": [
"netlify",
"dx",
"chickenless",
"zettelkasten",
"vue",
"instantiation",
"pre",
"congee",
"Mandalorian",
"Ideation",
"summarization",
"hypotheticals",
"integrations",
"Shareables",
"influencer",
"programmatically",
"Yellowtail",
"namespacing",
"declaratively",
"destructure",
"Onboarding",
"churros",
"Approachability",
"positivity",
"codebase",
"deliverables",
"recency",
"Personalization",
"impactful",
"doesn",
"synergize",
"serverless",
"APIs",
"serverless",
"lifecycle"
],
"newFileLocation": "folder",
"newFileFolderPath": "notes",
"legacyEditor": false,
"livePreview": true,
"showUnsupportedFiles": true
"tabSize": 4,
"attachmentFolderPath": "assets",
"showUnsupportedFiles": true,
"defaultViewMode": "source",
"mobilePullAction": "command-palette:open",
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"showInlineTitle": true,
"useTab": false,
"propertiesInDocument": "visible"
}