能否在[Item]模板中提取出“注释(annotation)”的“评论(comment)”? #751
miaobukeyan
started this conversation in
General
Replies: 2 comments
-
本插件实现的笔记模板(BN template)和官方提供的用于自定义笔记样式的设置项(note template)不是同一个东西。样式设置无法改变笔记内容,只能控制如何显示。这在本插件的范畴之外,不进行讨论。 BN template是可以转换笔记内容的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
感谢您的回复!这是我在Discussion#406的基础上修改后的模板,想要达到的目的是在每一个注释前添加一个二级标题(该二级标题最好是由该注释的评论生成的),但最终输出的内容是在同一个颜色前添加了一个二级标题。
我应该怎么修改代码来实现在每个注释前的而不是同种颜色的输出,以及是否有函数方法可以提取出注释的评论并进行调用? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,在zotero官方的“note template”中可以通过修改代码来控制由“Highlight”方式注释生成的笔记模板来达到右图中的效果;但对于由“选择区域(Select area)”方式生成的注释,其实际上是一个图片,不能通过更改“note template”来实现右图中的效果。
是否有相关的函数方法可以提取出“注释(annotation)”的“评论(Comment)”,最终输出实现图右的效果?
Beta Was this translation helpful? Give feedback.
All reactions