mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
1.5 KiB
1.5 KiB
| isbn | category | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
|
元数据
[!abstract]+ {{metaData.title}}
高亮划线
{% for chapter in chapterHighlights %}
{{chapter.chapterTitle}}{% for highlight in chapter.highlights %}{% if highlight.reviewContent %}{% else %}
[!tip] {{ highlight.markText |trim }}
- {{highlight.createTime}}{% endif %} > {% endfor %}{% endfor %}
读书笔记
{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}
{{chapter.chapterTitle}}
章节评论
{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}> [!note] {{chapterReview.createTime}}
{{chapterReview.content}}
{% endfor%}{%endif %}
划线评论
{% if chapter.reviews %}{%for review in chapter.reviews %}> [!note] {{review.createTime}}
- 原文 > {{review.abstract |trim }}
- 评论 > {{review.content}}
{% endfor %}{%endif %}{% endif %}{% endfor %}
本书评论
{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}## 书评 No.{{loop.index}} {{bookReview.mdContent}} {{bookReview.createTime}} {% endfor%}{% endif %}