Skip to content

Commit

Permalink
managed by obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
poneding committed Jun 12, 2024
1 parent 13ec85f commit 3ab2ea8
Show file tree
Hide file tree
Showing 19 changed files with 30,684 additions and 1 deletion.
12 changes: 12 additions & 0 deletions content/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"strictLineBreaks": true,
"foldHeading": false,
"foldIndent": false,
"showIndentGuide": false,
"newLinkFormat": "relative",
"showInlineTitle": false,
"newFileLocation": "current",
"useMarkdownLinks": true,
"alwaysUpdateLinks": true,
"showRibbon": true
}
13 changes: 13 additions & 0 deletions content/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"accentColor": "",
"theme": "system",
"monospaceFontFamily": "Monaco,Ubuntu Mono",
"interfaceFontFamily": "Monaco,Ubuntu",
"baseFontSize": 16,
"cssTheme": "",
"enabledCssSnippets": [
"extended-colorschemes"
],
"showViewHeader": true,
"translucency": true
}
5 changes: 5 additions & 0 deletions content/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"obsidian-image-auto-upload-plugin",
"terminal",
"quickadd"
]
30 changes: 30 additions & 0 deletions content/.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": true,
"editor-status": true,
"bookmarks": true,
"markdown-importer": true,
"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 content/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"bookmarks",
"markdown-importer",
"outline",
"word-count",
"file-recovery"
]
22 changes: 22 additions & 0 deletions content/.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": true
}
1 change: 1 addition & 0 deletions content/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"uploadByClipSwitch": true,
"uploader": "PicGo",
"uploadServer": "http://127.0.0.1:36677/upload",
"deleteServer": "http://127.0.0.1:36677/delete",
"imageSizeSuffix": "",
"picgoCorePath": "",
"workOnNetWork": false,
"fixPath": false,
"applyImage": true,
"newWorkBlackDomains": "",
"deleteSource": true,
"imageDesc": "origin",
"remoteServerMode": false
}
Loading

0 comments on commit 3ab2ea8

Please sign in to comment.