View Single Post
Old 09-14-2022, 07:19 PM   #6
01100001
Enthusiast
01100001 began at the beginning.
 
Posts: 33
Karma: 10
Join Date: Sep 2022
Device: Microsoft Surface Pro 7, Apple iPad
Works beautifully, except the tags are just text, not links (the way tags are usually clickable, each allowing you to filter the Book list upon clicking). How do I fix that?

My bad, I see that my example didn't show it. This is what I am after:

Code:
<ul>
    <li><a href="...">Tag1</a></li>
    <li><a href="...">Tag2</a></li>
    <li><a href="...">Tag3</a></li>
</ul>
Will attempt to fix this myself in the meantime and if I do come up with a solution, I will be sure to post it here.

Thank you very much for your time!

EDIT: Unfortunately, no luck so far.

And I noticed something very important. A comma is assumed as the separator of values! So if I were to use an authors-like custom column (which I am; but simplified it for the example), where & is the separator, it gets messy. (Because values are split at commas instead of &'s when generating/identifying list items.)

I am not sure if anything can be done about this anymore. Would be great if there's a solution though.

Last edited by 01100001; 09-15-2022 at 07:15 AM. Reason: Posted an update
01100001 is offline   Reply With Quote