Skip to content

Commit

Permalink
更新了插件推荐,特别推荐i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
dangehub committed Dec 16, 2024
1 parent b17e169 commit 4b0c7c4
Show file tree
Hide file tree
Showing 43 changed files with 68,985 additions and 397 deletions.
5 changes: 4 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"any-block",
"dust-calendar",
"dataview",
"floating-toc"
"floating-toc",
"obsidian-memos",
"obsidian42-brat",
"i18n"
]
49 changes: 30 additions & 19 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
{
"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": false,
"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
}
10 changes: 10 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor:toggle-source": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}
Loading

0 comments on commit 4b0c7c4

Please sign in to comment.