Skip to content

Commit ef60e5e

Browse files
committed
增加projects 插件等
1 parent 0294da0 commit ef60e5e

File tree

35 files changed

+7441
-104524
lines changed

35 files changed

+7441
-104524
lines changed

.obsidian/appearance.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"baseFontSize": 16,
2+
"baseFontSize": 17,
33
"theme": "moonstone",
44
"cssTheme": "Blue Topaz",
55
"enabledCssSnippets": [
@@ -29,8 +29,8 @@
2929
"【图标】checkbox from minimal Theme Modified",
3030
"【图标】checkbox",
3131
"【卡片视图】zettelkasten",
32-
"自定义】myhome 样式",
33-
"图标】iconfont"
32+
"图标】iconfont",
33+
"自定义】myhome 样式"
3434
],
3535
"translucency": false,
3636
"textFontFamily": "",

.obsidian/backlink.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"backlinkInDocument": false
3+
}

.obsidian/community-plugins.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"folder-note-plugin",
2424
"file-tree-alternative",
2525
"quickadd",
26-
"obsidian-quiet-outline",
2726
"obsidian-bartender",
2827
"obsidian-dialogue-plugin",
2928
"periodic-notes",
@@ -44,22 +43,22 @@
4443
"obsidian-dynamic-highlights",
4544
"obsidian-linter",
4645
"dbfolder",
47-
"obsidian-print-preview",
4846
"cmdr",
4947
"hotkey-helper",
5048
"ob-table-enhancer",
5149
"waypoint",
5250
"obsidian-hide-sidebars-when-narrow",
5351
"obsidian-chat-view",
54-
"obsidian-booknote-plugin",
5552
"Enhanced-editing",
5653
"calendar",
5754
"obsidian-style-settings",
5855
"quick-explorer",
5956
"obsidian-contextual-typography",
60-
"floating-toc",
6157
"obsidian-projects",
6258
"editing-toolbar",
6359
"buttons",
64-
"recent-files-obsidian"
60+
"recent-files-obsidian",
61+
"web-browser",
62+
"workspaces-plus",
63+
"floating-toc"
6564
]

.obsidian/hotkeys.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,13 @@
183183
],
184184
"key": "8"
185185
}
186+
],
187+
"switcher:open": [
188+
{
189+
"modifiers": [
190+
"Mod"
191+
],
192+
"key": "["
193+
}
186194
]
187195
}

.obsidian/plugins/dbfolder/main.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/dbfolder/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.7.3",
4+
"version": "2.7.4",
55
"minAppVersion": "0.16.3",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

.obsidian/plugins/dbfolder/styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ div.database-plugin__td.data-input:hover {
8585
box-shadow: 0 0 1px 2px var(--text-accent-hover);
8686
}
8787

88+
/******************************************************
89+
* Inputs of cells
90+
******************************************************/
8891
.data-input {
8992
white-space: pre-wrap;
9093
border: none;
9194
padding: 0.5rem;
9295
color: var(--text-normal);
9396
font-size: 1rem;
94-
border-radius: 4px;
9597
resize: none;
9698
box-sizing: border-box;
9799
flex: 1 1 auto;
@@ -393,7 +395,7 @@ div.database-plugin__checkbox {
393395

394396
.database-plugin__table {
395397
position: relative;
396-
border-spacing: 0;
398+
border-spacing: 2px;
397399
border-bottom: 1px solid var(--background-modifier-border);
398400
display: table;
399401
height: 1px; /** Hack to prevent collapsing of table cells */

.obsidian/plugins/obsidian-booknote/data.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)