Skip to content

Commit

Permalink
增加projects 插件等
Browse files Browse the repository at this point in the history
  • Loading branch information
cumany committed Oct 21, 2022
1 parent 0294da0 commit ef60e5e
Show file tree
Hide file tree
Showing 35 changed files with 7,441 additions and 104,524 deletions.
6 changes: 3 additions & 3 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseFontSize": 16,
"baseFontSize": 17,
"theme": "moonstone",
"cssTheme": "Blue Topaz",
"enabledCssSnippets": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"【图标】checkbox from minimal Theme Modified",
"【图标】checkbox",
"【卡片视图】zettelkasten",
"自定义】myhome 样式",
"图标】iconfont"
"图标】iconfont",
"自定义】myhome 样式"
],
"translucency": false,
"textFontFamily": "",
Expand Down
3 changes: 3 additions & 0 deletions .obsidian/backlink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"backlinkInDocument": false
}
9 changes: 4 additions & 5 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"folder-note-plugin",
"file-tree-alternative",
"quickadd",
"obsidian-quiet-outline",
"obsidian-bartender",
"obsidian-dialogue-plugin",
"periodic-notes",
Expand All @@ -44,22 +43,22 @@
"obsidian-dynamic-highlights",
"obsidian-linter",
"dbfolder",
"obsidian-print-preview",
"cmdr",
"hotkey-helper",
"ob-table-enhancer",
"waypoint",
"obsidian-hide-sidebars-when-narrow",
"obsidian-chat-view",
"obsidian-booknote-plugin",
"Enhanced-editing",
"calendar",
"obsidian-style-settings",
"quick-explorer",
"obsidian-contextual-typography",
"floating-toc",
"obsidian-projects",
"editing-toolbar",
"buttons",
"recent-files-obsidian"
"recent-files-obsidian",
"web-browser",
"workspaces-plus",
"floating-toc"
]
8 changes: 8 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,13 @@
],
"key": "8"
}
],
"switcher:open": [
{
"modifiers": [
"Mod"
],
"key": "["
}
]
}
18 changes: 9 additions & 9 deletions .obsidian/plugins/dbfolder/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/dbfolder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "2.7.3",
"version": "2.7.4",
"minAppVersion": "0.16.3",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
6 changes: 4 additions & 2 deletions .obsidian/plugins/dbfolder/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ div.database-plugin__td.data-input:hover {
box-shadow: 0 0 1px 2px var(--text-accent-hover);
}

/******************************************************
* Inputs of cells
******************************************************/
.data-input {
white-space: pre-wrap;
border: none;
padding: 0.5rem;
color: var(--text-normal);
font-size: 1rem;
border-radius: 4px;
resize: none;
box-sizing: border-box;
flex: 1 1 auto;
Expand Down Expand Up @@ -393,7 +395,7 @@ div.database-plugin__checkbox {

.database-plugin__table {
position: relative;
border-spacing: 0;
border-spacing: 2px;
border-bottom: 1px solid var(--background-modifier-border);
display: table;
height: 1px; /** Hack to prevent collapsing of table cells */
Expand Down
24 changes: 0 additions & 24 deletions .obsidian/plugins/obsidian-booknote/data.json

This file was deleted.

Loading

0 comments on commit ef60e5e

Please sign in to comment.