项目:更新插件
This commit is contained in:
parent
0c07a1a836
commit
c519409d57
1039
.obsidian/plugins/obsidian-linter/main.js
vendored
1039
.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-linter",
|
||||
"name": "Linter",
|
||||
"version": "1.20.1",
|
||||
"version": "1.21.0",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
|
||||
"author": "Victor Tao",
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-minimal-settings",
|
||||
"name": "Minimal Theme Settings",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"minAppVersion": "1.1.9",
|
||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||
"author": "@kepano",
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wr_skey",
|
||||
"value": "fDWPt3Vp"
|
||||
"value": "pJA0MaZ9"
|
||||
}
|
||||
],
|
||||
"noteLocation": "Book",
|
||||
@ -46,12 +46,12 @@
|
||||
"insertAfter": "<!-- start of weread -->",
|
||||
"insertBefore": "<!-- end of weread -->",
|
||||
"dailyNotesFormat": "YYYY-MM-DD",
|
||||
"lastCookieTime": 1691330638006,
|
||||
"lastCookieTime": 1702183839906,
|
||||
"isCookieValid": true,
|
||||
"user": "仲平",
|
||||
"userVid": "389106381",
|
||||
"template": "---\ntitle: {{metaData.title}}\ndescription: {{metaData.intro}}\nkeywords:\n - {{metaData.title}}\n - {{metaData.author}}\ntags:\n - 阅读/{{metaData.category}}\nauthor: 仲平\ndate: <% tp.date.now(\"YYYY-MM-DD\") %>\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": 15,
|
||||
"noteCountLimit": 10,
|
||||
"subFolderType": "category",
|
||||
"fileNameType": "BOOK_NAME",
|
||||
"dailyNotesToggle": false,
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-weread-plugin",
|
||||
"name": "Weread Plugin",
|
||||
"version": "0.5.8",
|
||||
"version": "0.6.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "This is obsidian plugin for Tencent weread.",
|
||||
"author": "hankzhao",
|
||||
|
94
.obsidian/plugins/templater-obsidian/main.js
vendored
94
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,10 +1,11 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "1.17.0",
|
||||
"version": "1.18.3",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "0.11.13",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user