1
0

项目:微信读书插件

This commit is contained in:
周中平 2023-07-16 22:35:06 +08:00
parent 78d576f6b8
commit e8ea610d45
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
4 changed files with 18276 additions and 1 deletions

View File

@ -4,5 +4,6 @@
"templater-obsidian",
"periodic-notes",
"obsidian-git",
"obsidian-minimal-settings"
"obsidian-minimal-settings",
"obsidian-weread-plugin"
]

View 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": ""
}

File diff suppressed because one or more lines are too long

View 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
}