You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title is basically what I'm wanting to do. Just not sure if it's even possible.
Essentially, I want to query tags for a particular tag, but then generate a table of links that, when clicked would just directly to that particular tag's location on the page.
The tag might be on a page multiple times, which should result in multiple entries in the table.
I'm using something similar to this:
TABLE WITHOUT ID file.link AS Entries, file.tags[0]
FROM #theTag
Which works, in as much as it displays a link to the page, and the first tag on the page, but of course, the tag is listed as the tag value, "#firsttag", which is a link to the search window for that tag, not a link to the actual tag location on the page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Title is basically what I'm wanting to do. Just not sure if it's even possible.
Essentially, I want to query tags for a particular tag, but then generate a table of links that, when clicked would just directly to that particular tag's location on the page.
The tag might be on a page multiple times, which should result in multiple entries in the table.
I'm using something similar to this:
Which works, in as much as it displays a link to the page, and the first tag on the page, but of course, the tag is listed as the tag value, "#firsttag", which is a link to the search window for that tag, not a link to the actual tag location on the page.
Any idea if this is even possible?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions