diff --git a/README.md b/README.md index 5feb709..b486bca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ -# zotero +# ZOTERO +Zotero can extract native pdf annotations and sync them with obsidian. +## obsidian plugin usage + +From obsidian, run the command prompt and run `zotero: templated`. +This opens a prompt that asks you which papers to import. +After having done that, the corresponding notes will be synced/created. +Note that any text written below the `summary` section, is not persistent. Write any persistent stuff preferably directly below the title. +## setup + +1. Install the two plugins from `p/zotero` into zotero. +2. Go through the [zotfile setup](https://zotfile.com/index.html#how-to-install--set-up-zotfile) for syncing files to external devices. It basically boils down to configuring the correct settings under `tools -> zotfile preferences`. +3. Install the bibtex citation format in zotero under `edit -> preferences -> cite -> get additional styles...` +4. Install the obsidian zotero plugin and configure an input format that takes zotero/template.md as template and the bibtex citation format. +5. Make sure the input format's (attachment) filenames go explicitly into the zotero folder. +6. You should be good now. + +## mobile sync + +With zotfile properly installed, you can right click any paper and do `Manage Attachments ... -> Send to Tablet`. +Now a pdf will be created in the folder that you specified during the zotfile setup (probably `p/zotero`). +You can sync this folder with another device (using autosync or git or whatever), edit on that device and sync back. +Then, in zotero right click the paper again and do `Manage Attachments ... -> Get from Tablet` +Now, any annotations should be incorporated into zotero, and _should_ then be able to be synced into obsidian, though this hasn't been tested yet. + +## links +- [zotfile](https://zotfile.com/index.html) +- [better bibtex](https://github.com/retorquere/zotero-better-bibtex/releases/tag/v6.7.212) +- [zotero obsidian plugin doc](https://github.com/mgmeyers/obsidian-zotero-integration/tree/main/docs) +- [template source](https://github.com/lguenth/obsidian-templates/blob/main/zotero.md) diff --git a/bibtex.csl b/bibtex.csl new file mode 100644 index 0000000..a825ee8 --- /dev/null +++ b/bibtex.csl @@ -0,0 +1,184 @@ + + diff --git a/zotero-better-bibtex-6.7.212.xpi b/zotero-better-bibtex-6.7.212.xpi new file mode 100644 index 0000000..34e08a6 Binary files /dev/null and b/zotero-better-bibtex-6.7.212.xpi differ diff --git a/zotfile-5.1.2-fx.xpi b/zotfile-5.1.2-fx.xpi new file mode 100644 index 0000000..0918c11 Binary files /dev/null and b/zotfile-5.1.2-fx.xpi differ