[Item] Generate note from annotations (by brackets tag)/根据标注注释内自定义的标签生成笔记-支持多级标题嵌套 (2025.4.20更新/updated) #1202
Replies: 11 comments 24 replies
-
模板非常好!有个小的问题:题目和摘要能展示中英双语么? |
Beta Was this translation helpful? Give feedback.
-
可以的
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: WANG Chao ***@***.***>
发送时间: 2024年11月21日 19:36
收件人: windingwind/zotero-better-notes ***@***.***>
抄送: Susu20241010 ***@***.***>, Mention ***@***.***>
主题: Re: [windingwind/zotero-better-notes] [Item] Generate note from annotations (by brackets tag)/根据标注注释内自定义的标签生成笔记-支持多级标题嵌套 (2024.11.21更新/updated) (Discussion #1202)
太晚了,明天吧
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
ToDesk: 大佬能不能帮我远程一下 我今天有时间 一直开着电脑 |
Beta Was this translation helpful? Give feedback.
-
是的
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: WANG Chao ***@***.***>
发送时间: 2024年12月4日 15:05
收件人: windingwind/zotero-better-notes ***@***.***>
抄送: Susu20241010 ***@***.***>, Mention ***@***.***>
主题: Re: [windingwind/zotero-better-notes] [Item] Generate note from annotations (by brackets tag)/根据标注注释内自定义的标签生成笔记-支持多级标题嵌套 (2024.11.21更新/updated) (Discussion #1202)
不需要远程了是吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
非常非常有帮助,感谢!请问,可以修改标题编号的顺序吗?如何让后出现的注释在笔记中排序靠前? |
Beta Was this translation helpful? Give feedback.
-
请问自动更新是多久会自动更新一次吗?我好像更新不出来 |
Beta Was this translation helpful? Give feedback.
-
我试了下,发现2个head中间的那些会被归类为unlabeled, 中间的那些是不是归类为前一个head更好呢?
|
Beta Was this translation helpful? Give feedback.
-
你好我在使用代码的时候发现根据标注颜色生成笔记,刷新的同时会导致自己做的文字笔记丢失,这个有什么办法吗 |
Beta Was this translation helpful? Give feedback.
-
大佬请问,为什么我导入模版后,显示“items is not defined”呢 |
Beta Was this translation helpful? Give feedback.
-
大佬,我读代码里面Figure和tables标签是什么啊,才开始用zotero |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
更新日志
2025.4.20更新: 新增解析标注翻译,翻译内容形式为
🔤翻译🔤
(Translate for Zotero插件默认)。2025.3.31更新:
myAnnotation.content += ...
语句将样式更改为引用块,即注释掉现有myAnnotation.content += ...
语句,并取消注释myAnnotation.content += "<blockquote>" + theContent + "</blockquote>" + myLabelsAndComment.sectionComment;
)// @use-refresh
后标题显示为空,使用时需要将主模板和子模板都导入,生成笔记时选择主模板Generate note from annotations
。2025.1.24更新: 自动标题编号,编号顺序为标题在注释中第一次出现的顺序。
2024.11.21更新:
// @use-refresh
。)Description
修改于#1194 和#1129 ,支持了嵌套多级标签(标题)。期刊标签功能需要安装Style插件。
使用时需要将主模板和子模板都导入,生成笔记时选择主模板
Generate note from annotations
。Import both the main template and sub-template, and choose the main template
Generate note from annotations
when generating a note.不依赖于 Zotero 标注的标签或颜色,允许在标注的评论区内以方括号“[]”自定义标签,并以其为标题自动生成笔记。例如,在多个标注中分别添加"[Heading1]example1",”[Heading1][Heading1.1]example1.1“,”[Heading2]example2“,等评论,使用将模板生成如下笔记:
It doesn't rely on annotation tags or colors, and allows users to add a comment with square brackets (“[” and “]”) to an annotation and use the bracketed comment as titles to generate a note. For example, add comments such as "[Heading1] Example 1, [Heading1][Heading1.1] Example 1.1, [Heading2] Example 2, etc., to multiple annotations, and use the template to generate the following note:
1 Heading1
example11.1 Heading1.1
example1.12 Heading2
example2Screenshots
标注示例
Test on Zotero version
7.0.11
Test on Better Notes version
2.2.5
Template Type
Item
Template Share Code
主模板:
子模板:
Anything else
No response
Beta Was this translation helpful? Give feedback.
All reactions