-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Export collection subtree as org subtree #39
Comments
Hi @hyiltiz - This sounds great, though it would require a new endpoint in zotxt to support it. I probably won't have the time to work on this, but I welcome pull requests! In the meantime, here is a quick workaround I came up with. If you do a CSV export of your content from Zotero, that will include the zotero id. Using your preferred method of text processing (mine would probably be an emacs macro) you can turn this id (e.g. |
Thanks so much! That workaround is brief enough to be easily implemented. So EDIT: I just tried the workaround, and it works (in |
Yes, it ignores the text content of the link and only cares about the location, which is based on the zotero id. |
Say I have a collection in Zotero that goes:
And for the current project, I would like to export the
CS
subtree into a org subtree:Note:
<Others>
contains the reference in theAlgorithms
collection but in neitherSorting
orTrees
.I spent an afternoon looking at my Zotero interface, then inserting each one manually into an org file with
zotxt-emacs
. I imagine either multiple selection and inserting multiple references [1], or direct support for exporting collections (or better, collection subtrees) would be truly awesome. I imagine exporting the collection as ajson
then parsing thejson
library may be an easy option, but I have no idea what thezotxt
interface provides so I may be missing something.[1] #16 (comment)
The text was updated successfully, but these errors were encountered: