1
0

项目:更新插件

This commit is contained in:
周中平 2023-12-10 12:54:30 +08:00
parent 0c07a1a836
commit c519409d57
Signed by: zhouzhongping
GPG Key ID: 6666822800008000
9 changed files with 657 additions and 503 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.20.1", "version": "1.21.0",
"minAppVersion": "1.4.16", "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.", "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", "author": "Victor Tao",

File diff suppressed because one or more lines are too long

View File

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

View File

@ -38,7 +38,7 @@
}, },
{ {
"name": "wr_skey", "name": "wr_skey",
"value": "fDWPt3Vp" "value": "pJA0MaZ9"
} }
], ],
"noteLocation": "Book", "noteLocation": "Book",
@ -46,12 +46,12 @@
"insertAfter": "<!-- start of weread -->", "insertAfter": "<!-- start of weread -->",
"insertBefore": "<!-- end of weread -->", "insertBefore": "<!-- end of weread -->",
"dailyNotesFormat": "YYYY-MM-DD", "dailyNotesFormat": "YYYY-MM-DD",
"lastCookieTime": 1691330638006, "lastCookieTime": 1702183839906,
"isCookieValid": true, "isCookieValid": true,
"user": "仲平", "user": "仲平",
"userVid": "389106381", "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", "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", "subFolderType": "category",
"fileNameType": "BOOK_NAME", "fileNameType": "BOOK_NAME",
"dailyNotesToggle": false, "dailyNotesToggle": false,

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "1.17.0", "version": "1.18.3",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"author": "SilentVoid", "author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13", "authorUrl": "https://github.com/SilentVoid13",
"helpUrl": "https://silentvoid13.github.io/Templater/",
"isDesktopOnly": false "isDesktopOnly": false
} }