Skip to content

Commit

Permalink
0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
juestchaos committed Dec 7, 2022
1 parent 09d49ff commit 086eddd
Show file tree
Hide file tree
Showing 64 changed files with 1,932 additions and 1,088 deletions.
5 changes: 3 additions & 2 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"baseFontSize": 17,
"theme": "moonstone",
"theme": "obsidian",
"cssTheme": "Minimal",
"translucency": false,
"enabledCssSnippets": [
Expand All @@ -14,7 +14,8 @@
"dataview-cards",
"strong outline",
"tableStyles",
"bigger link popup preview"
"bigger link popup preview",
"【卡片视图】zettelkasten"
],
"interfaceFontFamily": "Microsoft YaHei",
"textFontFamily": "Microsoft YaHei",
Expand Down
5 changes: 2 additions & 3 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"buttons",
"card-board",
"obsidian-colorful-tag",
"consistent-attachments-and-links",
"obsidian-custom-frames",
"dataview",
"obsidian-diagrams-net",
"dbfolder",
"obsidian-dynamic-highlights",
Expand Down Expand Up @@ -57,5 +55,6 @@
"obsidian-pandoc",
"ProxyGithub",
"another-web-browser",
"editing-toolbar"
"editing-toolbar",
"dataview"
]
4 changes: 4 additions & 0 deletions .obsidian/plugins/dataview/data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": true,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 200,
Expand All @@ -10,8 +12,10 @@
"maxRecursiveRenderDepth": 6,
"tableIdColumnName": "文件名",
"tableGroupColumnName": "Group",
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true,
Expand Down
Loading

0 comments on commit 086eddd

Please sign in to comment.