项目:微信读书插件
This commit is contained in:
parent
78d576f6b8
commit
e8ea610d45
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -4,5 +4,6 @@
|
||||
"templater-obsidian",
|
||||
"periodic-notes",
|
||||
"obsidian-git",
|
||||
"obsidian-minimal-settings"
|
||||
"obsidian-minimal-settings",
|
||||
"obsidian-weread-plugin"
|
||||
]
|
19
.obsidian/plugins/obsidian-weread-plugin/data.json
vendored
Normal file
19
.obsidian/plugins/obsidian-weread-plugin/data.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"cookies": [
|
||||
],
|
||||
"noteLocation": "book",
|
||||
"dailyNotesLocation": "/",
|
||||
"insertAfter": "<!-- start of weread -->",
|
||||
"insertBefore": "<!-- end of weread -->",
|
||||
"dailyNotesFormat": "YYYY-MM-DD",
|
||||
"lastCookieTime": 1689517284425,
|
||||
"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",
|
||||
"noteCountLimit": -1,
|
||||
"subFolderType": "category",
|
||||
"fileNameType": "BOOK_NAME",
|
||||
"dailyNotesToggle": false,
|
||||
"notesBlacklist": ""
|
||||
}
|
18245
.obsidian/plugins/obsidian-weread-plugin/main.js
vendored
Normal file
18245
.obsidian/plugins/obsidian-weread-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-weread-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-weread-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-weread-plugin",
|
||||
"name": "Weread Plugin",
|
||||
"version": "0.5.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "This is obsidian plugin for Tencent weread.",
|
||||
"author": "hankzhao",
|
||||
"authorUrl": "https://zhaohongxuan.github.io",
|
||||
"isDesktopOnly": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user