Skip to content

Commit

Permalink
更新导出方式
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonxxd committed Mar 13, 2022
1 parent b815d77 commit 48cfae5
Show file tree
Hide file tree
Showing 67 changed files with 68,501 additions and 13,471 deletions.
4 changes: 3 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"showLineNumber": false,
"newFileLocation": "folder",
"newFileFolderPath": "01-Diary/本周事务",
"fileSortOrder": "alphabeticalReverse"
"fileSortOrder": "byCreatedTime",
"legacyEditor": true,
"livePreview": false
}
5 changes: 3 additions & 2 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseFontSize": 17,
"baseFontSize": 15,
"translucency": false,
"theme": "moonstone",
"cssTheme": "Blue Topaz",
Expand All @@ -12,5 +12,6 @@
"S - Encoded Icons",
"S - External Link Icons",
"S - Kanban"
]
],
"baseFontSizeAction": false
}
9 changes: 4 additions & 5 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"table-editor-obsidian",
"tag-wrangler",
"obsidian-kanban",
"obsidian-citation-plugin",
"sliding-panes-obsidian",
"dataview",
"obsidian-mind-map",
"obsidian-admonition",
"privacy-glasses",
"obsidian-charts",
"obsidian-excalidraw-plugin",
"obsidian-style-settings",
"obsidian-icon-folder",
"obsidian-gallery"
"obsidian-gallery",
"folder-note-plugin",
"oz-image-plugin",
"sliding-panes-obsidian"
]
1 change: 1 addition & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"note-composer",
"command-palette",
"starred",
"zk-prefixer",
"outline",
"word-count",
"slides",
Expand Down
9 changes: 1 addition & 8 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
"a": 1,
"rgb": 714229
}
},
{
"query": "path:02-Reading/fast",
"color": {
"a": 1,
"rgb": 15212949
}
}
],
"collapse-display": false,
Expand All @@ -67,6 +60,6 @@
"repelStrength": 9.60302197802198,
"linkStrength": 0.568063186813187,
"linkDistance": 134,
"scale": 0.1502411137169121,
"scale": 0.22920135941749584,
"close": true
}
6,958 changes: 6,958 additions & 0 deletions .obsidian/plugins/flashcards-obsidian/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .obsidian/plugins/flashcards-obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "flashcards-obsidian",
"name": "Flashcards",
"version": "1.5.3",
"minAppVersion": "0.9.17",
"description": "Anki integration",
"author": "Alex Colucci",
"authorUrl": "https://github.com/reuseman",
"isDesktopOnly": true
}
9 changes: 9 additions & 0 deletions .obsidian/plugins/folder-note-plugin/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"folderNoteHide": true,
"folderNoteType": "inside",
"folderNoteName": "_about_",
"folderNoteKey": "ctrl",
"folderNoteAutoRename": true,
"folderDelete2Note": false,
"folderNoteStrInit": "# {{FOLDER_NAME}} Overview\n```ccard\ntype: folder_brief_live\nimagePrefix: '08-Assets/'\nnoteOnly: true\nstyle: card\n```"
}
5 changes: 4 additions & 1 deletion .obsidian/plugins/obsidian-icon-folder/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"03-Projects": "RiAddCircleLine",
"02-Reading": "RiArticleLine",
"01-Diary": "RiBaiduLine",
"00-MOC": "RiBankLine"
"00-MOC": "RiBankLine",
"03-Projects/3-细胞力学成像": "RiStarHalfLine",
"06-Cards": "RiDatabase2Line",
"05-Life": "RiLeafLine"
}
8 changes: 5 additions & 3 deletions .obsidian/plugins/obsidian-style-settings/data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"blue-topaz-theme@@light-background-color-files": false,
"blue-topaz-theme@@folder-style-change-options-coloful": false,
"blue-topaz-theme@@folder-style-change-options-coloful-subfolder": "folder-colorful-two",
"blue-topaz-theme@@style-options-for-calendar-plugin": "style-options-for-calendar-plugin-default",
"blue-topaz-theme@@background-image-settings-markdown-page-random-options": "background-image-settings-markdown-page-random-blue",
"blue-topaz-theme@@background-image-settings-markdown-page-random": false,
"blue-topaz-theme@@remove-file-icons": true,
"blue-topaz-theme@@font-family-change-to-default": true
"blue-topaz-theme@@font-family-change-to-default": true,
"blue-topaz-theme@@color-scheme-options": "color-scheme-options-default",
"blue-topaz-theme@@translucent-setting-panel": false,
"blue-topaz-theme@@background-settings-workplace-background-image": false,
"blue-topaz-theme@@no-wrapped-dvtable": false
}
Loading

0 comments on commit 48cfae5

Please sign in to comment.