Skip to content

Commit

Permalink
chore: add obsidian config
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Dec 26, 2024
1 parent 496f527 commit 657303f
Show file tree
Hide file tree
Showing 23 changed files with 48,154 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ pnpm-debug.log*
.idea/

#obsidian
.obsidian/
/src/content/blog/.obsidian.vimrc
# .obsidian/
# /src/content/blog/.obsidian.vimrc
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npx lint-staged
#!/usr/bin/env sh

npx lint-staged
5 changes: 5 additions & 0 deletions src/content/blog/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"vimMode": true,
"useMarkdownLinks": true,
"showUnsupportedFiles": true
}
8 changes: 8 additions & 0 deletions src/content/blog/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"interfaceFontFamily": "苹方-简",
"cssTheme": "Material Gruvbox",
"textFontFamily": "霞鹜文楷",
"baseFontSize": 18,
"monospaceFontFamily": "IosevkaCloudtide Nerd Font,霞鹜文楷",
"nativeMenus": false
}
1 change: 1 addition & 0 deletions src/content/blog/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["update-time-on-edit", "obsidian-vimrc-support", "obsidian-git"]
30 changes: 30 additions & 0 deletions src/content/blog/.obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -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
}
30 changes: 30 additions & 0 deletions src/content/blog/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -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
}
22 changes: 22 additions & 0 deletions src/content/blog/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}
3 changes: 3 additions & 0 deletions src/content/blog/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor:delete-paragraph": []
}
58 changes: 58 additions & 0 deletions src/content/blog/.obsidian/plugins/obsidian-git/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
}
Loading

0 comments on commit 657303f

Please sign in to comment.