Wanxp/obsidian-douban

无法获取自己打的tags,并且当有自己打的tags时无法获取mycomments,反而会获取到tags的内容

Opened this issue · 1 comments

  1. 问题说明
    1: 无法获取自己打的tags
    2: 当有自己打的tags时无法获取mycomments,反而会获取到tags的内容

1.2 结果:
image
image

1.3 我想要的效果:
image

  1. 书影音名称
    《永恒的终结》

  2. 模板展示

---
tags: {{myTags}}
from: 文献笔记
status: {{myState}}
doubanId: {{id}}
title: {{title}}
subTitle: {{subTitle}}
originalTitle: {{originalTitle}}
series: {{series}}
author: {{author}}
rating: {{score}}
datePublished: {{datePublished}}
translator: {{translator}}
publisher: {{publisher}}
producer: {{producer}}
isbn: {{isbn}}
url: {{url}}
totalPage: {{totalPage}}
price: {{price}}
myrating: {{myRating}}
binding: {{binding}}
BeginDate: 
EndDate: {{myCollectionDate}}
Cover: {{imageData.url}}
banner: "[[{{image}}]]"
Banner_y: 0.30239
Banner_icon: 📚
Banner_x: 0.5
---

🛋 [[书架上的神明|查看完整书单]]

---


#  {{title}}
<center> {{originalTitle}} </center>
<center> {{myRatingStar}} </center>


```ad-quote
title: 感言

{{myComment}}
```

---

> [!bookinfo|noicon]+ 🗒️ **简介**
> ![bookcover|250]( {{image}} ) 
>
| 属性     | 内容                     |
|:----|:------------------------ |
| 笔记     | [[摘录:{{title}}]]      |
| 作者     | {{author}}             |
| 译者     | {{translator}}     |
| 来源     | [ {{title}} ]( {{url}} ) |
| 网站评分     | {{score}}                |
| 出版发行 | {{publisher}}        |
| 原作名   | {{originalTitle}}        |
|     出版年份    |  {{yearPublished}}                        |

> [!note]- 书籍简介\
> {{desc}}

  1. 其它
    使用过插件作者提供的模板,但是依旧无效

  2. 操作系统版本

  • windows
  • ubuntu
  • mac
  • android
  • ios
  1. obisidian版本
    最新,插件也是最新

同上,book 类型的 mycomment 在有自定义的 tags 时拿不到,明天起来看看如何 fix 这个问题
已经提了一个 PR #121