Skip to content

Commit

Permalink
+ what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Aug 31, 2022
1 parent 96e0a3a commit 7e6094a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib",
"version": "1.10.1-dev.rc1",
"version": "1.10.1-dev.rc2",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
60 changes: 3 additions & 57 deletions packages/renderer/src/ui/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,65 +34,11 @@ onMounted(() => {
<div class="w-[45rem] h-screen px-3 mx-auto">
<img class="w-20 mx-auto mb-2" src="../assets/icon.png" />
<p class="text-center text-2xl font-bold mb-8">
What's New in Paperlib 1.10.0
What's New in Paperlib 1.10.1
</p>
<p class="mt-10 mb-4"><b>New Features</b></p>
<ul class="list-disc">
<li>1. Better reference copy-paste plugin.</li>
<p>更好的引用快速复制粘贴插件。</p>

<img class="rounded-md" src="../assets/1.png" />
<p>
Link an existing/newly-created folder in paperlib to this copy-paste
plugin.
</p>
<p class="mb-4">
现在插件可以链接 Paperlib 里的
Folder,来帮助你组织一次写作所需的引用。当然也可是新建的。
</p>

<p>Press shift + enter to copy the cite key of a paper.</p>
<p class="mb-4">按 shift + enter 可以复制文章的引用 Key。</p>

<img class="rounded-md" src="../assets/2.png" />
<p class="mb-4">
在链接了文件夹之后,所有通过此插件复制引用的文都会被自动添加到这个文件夹里面。同时,一个新的快捷键
ctrl/cmd + enter 按下之后可以复制整个文件夹里所有文章的引用。
</p>

<p class="mb-4">
至此,使用此插件和 BibTex 写作将会变得非常简单,无论你是喜欢用
overleaf,vscode,texpad,还是任何编辑器:链接一个
Folder,写作过程中不断地查找引用,复制引用 key,最后复制全部的引用
BibTex 到你的论文草稿里。
</p>

<img class="rounded-md" src="../assets/3.png" />
<p>
For the plaintext reference, now you can choose/import a citation
style.
</p>
<p class="mb-4">
对于纯文本引用格式,现在你可以在设置里选择你喜欢的 CSL
格式,你也可以导入自己下载的 CSL 格式。
</p>

<li>2. Editable folder and tag.</li>
<p>现在可以在侧边栏重命名 tag 和 folder 了。</p>
<img class="rounded-md w-72 mb-4" src="../assets/4.png" />

<li>3. Choose your prefered PDF viewer.</li>
<p>现在可以在设置里的 General 选项卡选择你喜欢的 PDF 阅读器了。</p>
</ul>

<p class="mt-10 mb-4"><b>Improvements and fixed Bugs</b></p>
<ul class="list-disc">
<li>Fixed some shortcuts bugs of the plugin window.</li>
<p class="mb-4">修复了插件窗口的一些快捷键的 bug。</p>
<li>Rewrite the reference management backend.</li>
<p class="mb-4">
重写了整个引用格式管理的后端,为未来更多引用导出的功能做铺垫。
</p>
<ul class="list-disc mb-20">
<li>Fixed some bugs: #134 #135.</li>
</ul>

<div
Expand Down

0 comments on commit 7e6094a

Please sign in to comment.