[Item] SCI论文阅读模版 #339
Replies: 20 comments 44 replies
-
why don't I use it in Zotero? The problem shows that "Template [Item] Paper阅读笔记 Error: ReferenceError: title is not defined". |
Beta Was this translation helpful? Give feedback.
-
插入模板的时候显示没有定义title是为什么? |
Beta Was this translation helpful? Give feedback.
-
我不知道你是因为啥,但我自己当时是因为把“必需字节”漏了。Sent from my iPhoneOn Feb 27, 2023, at 00:31, xysifang ***@***.***> wrote:
回看了视频,还是不知道怎么更改,希望能够指教一二,感谢!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
如果“Error: ReferenceError: title is not defined“,可将代码中 从
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
image |
Beta Was this translation helpful? Give feedback.
-
【您好,马心远已经收到信息,感谢您百忙之中垂询】Hello,mxy have received information。Thank you for your busy schedule Inquiries
|
Beta Was this translation helpful? Give feedback.
-
可否禁止MetaData表格第一列的自动换行,我尝试使用了多种方法包括nobr、inline等,都无法在zotero中生效 |
Beta Was this translation helpful? Give feedback.
-
【您好,马心远已经收到信息,感谢您百忙之中垂询】Hello,mxy have received information。Thank you for your busy schedule Inquiries
|
Beta Was this translation helpful? Give feedback.
-
我的问题是Template CS Error: SyntaxError: missing formal parameter |
Beta Was this translation helpful? Give feedback.
-
简单修改下:
|
Beta Was this translation helpful? Give feedback.
-
请问开头meta data表格里的第二行journal和最后一行doi没有内容显示 怎么设置呀? |
Beta Was this translation helpful? Give feedback.
-
一直显示topitem is not defied怎么办 |
Beta Was this translation helpful? Give feedback.
-
打扰了,有个笨办法就是把topItem.getfield删掉,参照讨论区sci模板改成title,我试了这样是可以预览的发自我的荣耀手机-------- 原始邮件 --------发件人: keji1115 ***@***.***>日期: 2023年6月4日周日 10:26收件人: windingwind/zotero-better-notes ***@***.***>抄送: muyuan-ke ***@***.***>, Comment ***@***.***>主 题: Re: [windingwind/zotero-better-notes] [Item] SCI论文阅读模版 (Discussion #339)
请问这个问题解决了吗?能不能告知一下,万分感谢!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
有没有人直接给一下可以的源码啊,我zotero6.026,版本,zotero better notes是1.0.4版本的,试了上面所有的代码都不行啊 |
Beta Was this translation helpful? Give feedback.
-
模板名称设计为[Item]
<h1> <span><笔记标题></span></h1>\n <hr/>
</span></h1>\n <h2 style="color: #1B5E20; background-color:#F1F8E9;">💡 Meta Data
</h2> <table>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">Title </p>
</th>
<td style="background-color:#dbeedd;">${topItem.getField('title')}
</td>
</tr>
<tr>
<th style="background-color:#f3faf4;">
<p style="text-align: left">Journal </p>
</th>
<td style="background-color:#f3faf4;">${topItem.getField('publicationTitle')}
</td>
</tr>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">Authors </p>
</th>
<td style="background-color:#dbeedd;">${topItem.getCreators().map((v)=>v.firstName+" "+v.lastName).join("; ")}
</td>
</tr>
<tr>
<th style="background-color:#f3faf4;">
<p style="text-align: left">Pub. date </p>
</th>
<td style="background-color:#f3faf4;">${topItem.getField('date')}
</td>
</tr>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: left">DOI </p>
</th>
<td style="background-color:#dbeedd;">
<a href=https://doi.org/${topItem.getField('DOI')} <https://doi.org/$%7btopItem.getField('DOI')%7d> >${topItem.getField('DOI')}</a>
</td>
</tr>
</table>
<p></p>
</span></h1>\n <h2 style="color: #E65100; background-color: #FFF8E1;">📜 研究背景 & 基础 & 目的</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#2E7D32; background-color: #F1F8E9;">📊 研究内容</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#4A148C; background-color: #F5F5F5;">🚩 研究结论</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color: #006064; background-color: #E0F7FA;">📌 感想 & 疑问</h2> <hr/>
<p></p>
</span></h1>\n <h2 style="color:#1565C0; background-color: #E1F5FE;">🔬 研究方法</h2> <hr/>
<h3> <span><span style="color: #1565C0">药品:</span></span></h3>
<h3> <span style="color: #1565C0">表征:</span></h3>
<h3> <span style="color: #1565C0">其他:</span></h3>
发件人: ***@***.*** ***@***.***> 代表 swenqing
发送时间: 2023年7月27日 16:25
收件人: windingwind/zotero-better-notes ***@***.***>
抄送: baseoline ***@***.***>; Comment ***@***.***>
主题: Re: [windingwind/zotero-better-notes] [Item] SCI论文阅读模版 (Discussion #339)
有没有人直接给一下可以的源码啊,我zotero6.026,版本,zotero better notes是1.0.4版本的,试了上面所有的代码都不行啊
—
Reply to this email directly, view it on GitHub <#339 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A7KW62UD2NTD7SNNVUTD5V3XSIQVVANCNFSM6AAAAAAUNUACBM> .
You are receiving this because you commented. <https://github.com/notifications/beacon/A7KW62SEQZVOAAGAE66QJJDXSIQVVA5CNFSM6AAAAAAUNUACBOWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAMQRWU.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
模板里第一列的单词宽度能否设置为一行显示完呢 即怎么设置宽度 |
Beta Was this translation helpful? Give feedback.
-
【模版预览(以一篇nano letter上的文章为例)】:
【*模板代码】:
Beta Was this translation helpful? Give feedback.
All reactions