Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexriina/zotero_notes_to_obsidian
Export zotero annotations and convert to markdown for Obsidian.md
https://github.com/alexriina/zotero_notes_to_obsidian
obsidian obsidian-md zotero
Last synced: 9 days ago
JSON representation
Export zotero annotations and convert to markdown for Obsidian.md
- Host: GitHub
- URL: https://github.com/alexriina/zotero_notes_to_obsidian
- Owner: AlexRiina
- Created: 2022-03-25T02:00:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T22:47:54.000Z (over 2 years ago)
- Last Synced: 2024-12-13T06:32:47.237Z (12 days ago)
- Topics: obsidian, obsidian-md, zotero
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tool to search remote obsidian library for information about a specific
articles, download the related notes, and convert the attachments to a
markdown file in your obsidian vault, using a custom template defined in
config.cfg.Should works with both default zotero 6 format and zotfile exports.
### Setup
1. download this script
1. generate a new zotero API key from https://www.zotero.org/settings/keys
1. copy config.cfg.tpl to config.cfg and fill in the required details
1. run command to generate notes file### Running
```bash
$ python main.py "Justify Your Alpha" --config config.cfg --dry-run
writing .../Justify Your Alpha.md
```