So, the zotero → edit pdf → extract to zotfile → paste to obsidian with zotero links is interesting, but I was disappointed to find that things break down if you try to then paste the obsdian doc into Word, since Word specifically uses the zotero plugin that has a ribbon button.
However, I think a simple macro would be usable for finding and converting these zotero links into the word bibliography.
For example: Note text I want to include (note on p.1)
The macro would find all zotero links, call the zotero word plugin for each instance, and add the relevant word citation using that plugin.
For example:
Note I want to paste into word (note on p.1)
→
- Run macro in word
- Macro finds each instance of a zotero :// link
- Parses the link, finds an attribute
- opens the zotero plugin dialogue, pastes in the attribute, hits enter
- Zotero plugin generates the dynamic word links and bibliography using its existing capabilities.
I know this probably seems like a roundabout way to convert obsidian notes with handy zotero links into working citations in a word doc, but it could be useful for the zotero workflow. As far as I can tell, the zotero plugin is the only way to add the zotero items to a word biblio, but it doesn’t use the links; but a simple macro wrapper could tie the two together.