Calling Tags
Hi folx,
I am very new to Zotero and coding in general. I'm trying to get this CodePen to display my tags. I want to embed this frame into a notion page for a research project I'm doing. It previously called item.data.publicationTitle. I wasn't sure what to call for it to print out the tags associated with each item so tried changing it to item.data.tags, which is the only variable I was able to get to call for anything associated with the tag list. I tried to search for this error based on past discussions, but since I'm so new to things a lot of it went over my head. Does anyone have any advice?
My Codepen: https://codepen.io/pixouls-the-encoder/full/PozRYqm
Original Codepen: https://codepen.io/freshyill/pen/oRbmxO
I am very new to Zotero and coding in general. I'm trying to get this CodePen to display my tags. I want to embed this frame into a notion page for a research project I'm doing. It previously called item.data.publicationTitle. I wasn't sure what to call for it to print out the tags associated with each item so tried changing it to item.data.tags, which is the only variable I was able to get to call for anything associated with the tag list. I tried to search for this error based on past discussions, but since I'm so new to things a lot of it went over my head. Does anyone have any advice?
My Codepen: https://codepen.io/pixouls-the-encoder/full/PozRYqm
Original Codepen: https://codepen.io/freshyill/pen/oRbmxO
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
You’ll get much faster and better answers there
@adamsmith thanks for the tip, i only learned how to use arrays recently, but this is a helpful lead! do you think i could set some variable so that it will allow me to iterate through all existing tags? i think I'm gonna see if i can try something like that haha