Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```