Replies: 1 comment
-
pseudo code: topCollection = collection;
while (topCollection.parent) {topCollection = Zotero.Collections.get((topCollection.parent));} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the export template uses this code to mark collection in the export:
Is there a way to get recursive parent collections for an item that is not in a top-level collection?
Beta Was this translation helpful? Give feedback.
All reactions