Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Polaris-F committed Aug 29, 2024
1 parent 86e6ba1 commit c1b3de0
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CopyReplace/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[Settings]

#replace_url = "https://polaris-f.github.io/Link2Zotero/#zotero://"
replace_url = "https://flaribbit.github.io/zotero-link/#zotero://"
icon_path = "D:\Github\Tools\Link2Zotero\CopyReplace\Link2Zotero_2.ico"
icon_path = "D:/Github/Tools/Link2Zotero/dist/Link2Zotero_2.ico"
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,30 @@

## 介绍

已经有[Notero](https://github.com/dvanoni/notero)实现了从Zotero向Notion的文献条目数据同步与笔记同步,但是不幸的是,该repo无法实现从Zotero向其他兼容Markdown语法的软件的笔记同步,以及无法实现笔记的反向链接功能(也就是从笔记跳转到Zotero的文献条目甚至是pdf里面的标注)。

本Repo目的是实现从Zotero向其他兼容Markdown语法的软件的笔记复制后,具备从笔记跳转回Zotero的特定位置的能力,也就是实现笔记的反向链接功能。

![alt text](63af2220f943cf705efa3b13f01f72a.png)



## 安装已编译版本

下载对应版本的[压缩包](https://github.com/Link2Zotero/Link2Zotero/releases),解压后双击运行 `Link2Zotero.exe` 即可。

## 手动编译方法
```bash
cd path/to/Link2Zotero
pyinstaller --onefile --icon=Link2Zotero_2.ico --noconsole .\CopyReplace\main.py
```

## 使用说明

运行Link2Zotero.exe后,程序可自动监听剪切板,当检测到已复制Zotero笔记后,会自动更新文本使其具备全局跳转功能,(右下角会提示可跳转链个数)直接粘贴至笔记即可。
笔记支持 Notion Typora Obsidian等兼容Markdown语法的软件。


## 参考
[notero](https://github.com/dvanoni/notero)
[zotero-link](https://github.com/flaribbit/zotero-link)
21 changes: 21 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Introduction
There is already Notero that implements the synchronization of literature entry data and notes from Zotero to Notion. Unfortunately, this repository cannot sync notes from Zotero to other software compatible with Markdown syntax, nor can it implement the backlink feature for notes (jumping from notes back to specific locations in Zotero entries or even annotations in PDFs).

The purpose of this repository is to enable the copying of notes from Zotero to other software compatible with Markdown syntax, with the capability to jump back to specific locations in Zotero, thus implementing the backlink feature for notes.



## Installation of Compiled Version
Download the corresponding version's compressed package, unzip it, and double-click Link2Zotero.exe to run.

## Manual Compilation Method
```bash
cd path/to/Link2Zotero
pyinstaller --onefile --icon=Link2Zotero_2.ico --noconsole .\CopyReplace\main.py
```


## Usage Instructions
After running Link2Zotero.exe, the program will automatically monitor the clipboard. When it detects that a Zotero note has been copied, it will automatically update the text to include global jump functionality (a notification will appear in the bottom right corner indicating the number of jumpable links). Simply paste the text into your notes. Notes are supported in software such as Notion, Typora, Obsidian, and other Markdown-compatible applications.

## References
3 changes: 2 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[Settings]

#replace_url = "https://polaris-f.github.io/Link2Zotero/#zotero://"
replace_url = "https://flaribbit.github.io/zotero-link/#zotero://"
icon_path = "D:\Github\Tools\Link2Zotero\CopyReplace\Link2Zotero_2.ico"
icon_path = "D:/Github/Tools/Link2Zotero/dist/Link2Zotero_2.ico"
1 change: 1 addition & 0 deletions dist/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[Settings]

#replace_url = "https://polaris-f.github.io/Link2Zotero/#zotero://"
replace_url = "https://flaribbit.github.io/zotero-link/#zotero://"
icon_path = "D:/Github/Tools/Link2Zotero/dist/Link2Zotero_2.ico"

0 comments on commit c1b3de0

Please sign in to comment.