1
0

Obsidian:更新 1.4.5

This commit is contained in:
周中平 2023-09-05 17:29:16 +08:00
parent 0ac74111e0
commit a1106b8047
Signed by: zhouzhongping
GPG Key ID: 6666822800008000
21 changed files with 2615 additions and 21964 deletions

7
.obsidian/app.json vendored
View File

@ -3,7 +3,7 @@
"livePreview": true,
"showLineNumber": true,
"spellcheck": false,
"spellcheckLanguages": [],
"spellcheckLanguages": null,
"trashOption": "system",
"promptDelete": true,
"communityPluginSortOrder": "download",
@ -14,8 +14,9 @@
"templates/"
],
"newFileLocation": "current",
"defaultViewMode": "source",
"defaultViewMode": "preview",
"showFrontmatter": true,
"vimMode": false,
"newLinkFormat": "absolute"
"newLinkFormat": "absolute",
"propertiesInDocument": "visible"
}

View File

@ -26,5 +26,6 @@
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": false
"bookmarks": false,
"properties": true
}

View File

@ -3,6 +3,7 @@
"global-search",
"canvas",
"tag-pane",
"properties",
"page-preview",
"command-palette",
"editor-status",

File diff suppressed because one or more lines are too long

View File

@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.20.6"
"version": "2.22.0"
}

View File

@ -8,6 +8,11 @@
}
}
.workspace-leaf-content[data-type='git-view'] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
{
"id": "obsidian-hider",
"name": "Hider",
"version": "1.2.5",
"minAppVersion": "0.16.0",
"version": "1.3.1",
"minAppVersion": "1.4.0",
"description": "Hide UI elements such as tooltips, status, titlebar and more",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",

View File

@ -37,7 +37,7 @@
}
/* Hide meta */
.hider-meta .frontmatter-container {
.hider-meta .markdown-reading-view .metadata-container {
display:none;
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings",
"version": "6.3.2",
"version": "7.2.2",
"minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano",

View File

@ -1,16 +1,56 @@
{
"cookies": [
{
"name": "wr_fp",
"value": "3610854600"
},
{
"name": "wr_gid",
"value": "238733667"
},
{
"name": "wr_vid",
"value": "389106381"
},
{
"name": "wr_pf",
"value": "0"
},
{
"name": "wr_rt",
"value": "web@IewbrecPwPFRuK_KzTh_AL"
},
{
"name": "wr_localvid",
"value": "5e932210817314acd5e938d"
},
{
"name": "wr_name",
"value": "仲平"
},
{
"name": "wr_avatar",
"value": "https://thirdwx.qlogo.cn/mmopen/vi_32/Ws8ibkHcBXXw09Fpz2FpJJgHWdN6Em7FNxjPTU1C1icGR8CYC67TUicEWzaXDq1YDcpGDrMkQeyNYHWk8S94icJcyQ/132"
},
{
"name": "wr_gender",
"value": "1"
},
{
"name": "wr_skey",
"value": "fDWPt3Vp"
}
],
"noteLocation": "book",
"dailyNotesLocation": "/",
"insertAfter": "<!-- start of weread -->",
"insertBefore": "<!-- end of weread -->",
"dailyNotesFormat": "YYYY-MM-DD",
"lastCookieTime": 1689517284425,
"lastCookieTime": 1691330638006,
"isCookieValid": true,
"user": "仲平",
"userVid": "389106381",
"template": "---\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者** {{metaData.author}}\n- **分类** {{metaData.category}}\n- **ISBN**{{metaData.isbn}}\n- **出版社**{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n> 💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n> 💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
"template": "---\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者** {{metaData.author}}\n- **分类** {{metaData.category}}\n- **ISBN**{{metaData.isbn}}\n- **出版社**{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n\n💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
"noteCountLimit": -1,
"subFolderType": "category",
"fileNameType": "BOOK_NAME",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-weread-plugin",
"name": "Weread Plugin",
"version": "0.5.1",
"version": "0.5.3",
"minAppVersion": "0.12.0",
"description": "This is obsidian plugin for Tencent weread.",
"author": "hankzhao",

View File

@ -19,7 +19,7 @@
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"user_scripts_folder": "src/js",
"enable_folder_templates": true,
"folder_templates": [
{
@ -33,5 +33,6 @@
],
"startup_templates": [
""
]
],
"enable_ribbon_icon": true
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.12.0",
"version": "1.16.0",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",

View File

@ -24,6 +24,10 @@
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
@ -63,6 +67,21 @@
flex-grow: 1;
}
.templater-button-div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
textarea.templater-prompt-input {
height: 10rem;
}
textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
@ -95,10 +114,6 @@
color: #c0d700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,8 @@
{
"name": "Minimal",
"version": "6.1.10",
"minAppVersion": "0.16.0",
"version": "7.2.1",
"minAppVersion": "1.1.9",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano"
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

File diff suppressed because one or more lines are too long