Wanxp / obsidian-douban

an obsidian plugin that can pull data from douban to your markdown file
GNU General Public License v3.0
184 stars 6 forks source link

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

Open Anpoe opened 7 months ago

Anpoe commented 7 months ago
  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}}

{{originalTitle}}
{{myRatingStar}}
title: 感言

{{myComment}}

[!bookinfo|noicon]+ 🗒️ 简介 bookcover|250

属性 内容
笔记 [[摘录:{{title}}]]
作者 {{author}}
译者 {{translator}}
来源 {{title}}
网站评分 {{score}}
出版发行 {{publisher}}
原作名 {{originalTitle}}
出版年份 {{yearPublished}}

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


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

7. 操作系统版本
- [x] windows
- [ ] ubuntu
- [ ] mac
- [ ] android
- [ ] ios
8. obisidian版本
最新,插件也是最新
niracler commented 1 month ago

同上,book 类型的 mycomment 在有自定义的 tags 时拿不到,明天起来看看如何 fix 这个问题 已经提了一个 PR https://github.com/Wanxp/obsidian-douban/pull/121