Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannesfrank/remnote-zotero-import
Paste references from Zotero into RemNote.
https://github.com/hannesfrank/remnote-zotero-import
remnote
Last synced: 27 days ago
JSON representation
Paste references from Zotero into RemNote.
- Host: GitHub
- URL: https://github.com/hannesfrank/remnote-zotero-import
- Owner: hannesfrank
- Created: 2020-09-18T08:56:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T07:16:23.000Z (about 4 years ago)
- Last Synced: 2024-08-03T13:02:31.125Z (4 months ago)
- Topics: remnote
- Homepage:
- Size: 151 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-remnote - remnote-zotero-import
README
# Zotero & RemNote export
Copy references from Zotero and paste them into RemNote.
![demo import](demo-import.png)
## Installation
Install style in Zotero:
- Go to `Options > Cite`, click the `+` and chose the `remnote-copyandpaste.csl` from this repository.
- On Linux you can alteratively copy the file directly into Zotero's configuration folder:
```
cp remnote-copyandpaste.csl ~/Zotero/styles/
```
- Select style `RemNote Copy&Paste` in `Options > Export > Quick Copy`.## Usage
1. Select reference(s) in zotero and press Ctrl + Shift + C (Quick Copy).
2. **Important:** Paste the reference first in a text editor (like VS Code, Sublime Text) and copy from there again. Otherwise line breaks are not preserved properly and the reference will end up on one line.
3. Paste the text in RemNote.## Contributing
Feel free to open issues to discuss formatting and features.
You can edit the style yourself using the [CSL Visual Editor](https://editor.citationstyles.org/about/).
## Ideas and TODOs
- [ ] Make sure this works with different reference types: Papers, Books, Weblinks.
- [ ] Add my ideas from RemNote.
- [ ] E.g. look into auto referencing names etc.
- [ ] Option(?) to not use descriptors for author, published, etc.
- [ ] Maybe write pusblish date before title to be able to sort references automatically.