1
0
wiki/.obsidian/plugins/obsidian-weread-plugin/data.json

19 lines
1.5 KiB
JSON
Raw Normal View History

2023-07-16 22:35:06 +08:00
{
"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": ""
}