[[📕tadashi-aikawa]]の[[Obsidian]]設定。
## app.json
```json
{
"autoPairBrackets": false,
"showLineNumber": true,
"vimMode": true,
"promptDelete": false,
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "Notes",
"showUnsupportedFiles": true,
"attachmentFolderPath": "./attachments",
"autoConvertHtml": true,
"autoPairMarkdown": false,
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"readableLineLength": true,
"mobilePullAction": "command-palette:open",
"defaultViewMode": "source",
"livePreview": true,
"legacyEditor": false,
"spellcheck": false,
"newLinkFormat": "shortest",
"useTab": false,
"showIndentGuide": false,
"foldIndent": true,
"tabSize": 4,
"useMarkdownLinks": false,
"communityThemeSortOrder": "download",
"communityPluginSortOrder": "download",
"showFrontmatter": false,
"showInlineTitle": true,
"userIgnoreFilters": null,
"smartIndentList": false
}
```
## appearance.json
```json
{
"accentColor": "",
"baseFontSize": 16,
"cssTheme": "Solarized",
"enabledCssSnippets": [
"owl"
],
"theme": "moonstone",
"translucency": false,
"nativeMenus": false,
"showViewHeader": true,
"baseFontSizeAction": false
}
```
## core-plugins.json
```json
{
"file-explorer": false,
"global-search": false,
"switcher": false,
"graph": false,
"backlink": false,
"canvas": false,
"outgoing-link": false,
"tag-pane": false,
"properties": false,
"page-preview": false,
"daily-notes": false,
"templates": false,
"note-composer": false,
"command-palette": false,
"slash-command": false,
"editor-status": true,
"bookmarks": false,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": false,
"slides": false,
"audio-recorder": false,
"workspaces": true,
"file-recovery": true,
"publish": true,
"sync": false,
"webviewer": false,
"footnotes": false,
"bases": true
}
```
## community-plugins.json
```json
[
"obsidian42-brat",
"calendar",
"hot-reload",
"periodic-notes",
"shukuchi",
"various-complements",
"yank-highlight",
"obsidian-vimrc-support",
"carnelian",
"obsidian-another-quick-switcher",
"obsidian-silhouette"
]
```