Clickable Tags v2.0
0.01MB. Updated 2022-01-31.
The author has shared 29 other
item(s).
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.
Supported Anki versions:
- 2.1.0-2.1.49+ (Updated 2022-01-31)
To download this add-on, please copy and paste the following code into Anki 2.1:
1739176371
If you were linked to this page from the internet, please open Anki on your computer, go to the Tools->Add-ons menu item, then click on Get Add-ons and paste in the code.
All Anki 2.1.x Add-Ons Contact Author
Reviews

giddily and amazed!

The css code for how tags are shown on cards is in clickable.py

Thanks for this. It's opened new ways of studying for me. For example I've created tags for each kanji, so sentences are linked by tag to each kanji that they contain. When reviewing a sentence I can click on a tag to review a constituent kanji at the same time.

Useful add on that works well. For those of us that use extensive nested tags, I suggest a feature where the associated tag on the browser sidebar will expand automatically upon clicking the clickable tag in the reviewer.

For anyone who is confused on how to use it:
1. Browse
2. Select a card
3. Select "Cards" (located above the fields on the selected card
4. Select "Back Template"
5. Scroll all the way to the bottom and paste this: {{clickable:Tags}}
You should now see the tags for that card on the backside of that card and any other cards that use that template (such as the AnKing note type).
1. Browse
2. Select a card
3. Select "Cards" (located above the fields on the selected card
4. Select "Back Template"
5. Scroll all the way to the bottom and paste this: {{clickable:Tags}}
You should now see the tags for that card on the backside of that card and any other cards that use that template (such as the AnKing note type).

If you find that you can't use it, see here. Browse->tags.(put the {{clickable:Tags}})

Very useful, thank you for the 2.1 support!

Works fine with 2.1.49.

Can someone explain me how this work please ?
I cannot add this text {{clickable:Tags}} as a field to a card type.
Thank you in advance !
I cannot add this text {{clickable:Tags}} as a field to a card type.
Thank you in advance !

This addon helps me a lot to organize my tags.

Works great on 2.1.47!

Good

Should be implemented in Anki
Must have add-on
Must have add-on

For those having trouble with night mode not showing the text, use this code before the clickable tags code:
<div style=";font-weight: bold; color:black">
The final result will be like this:
<div style=";font-weight: bold; color:black">
<div id="tags-container">{{clickable::Tags}}</div>
and have fun :D
<div style=";font-weight: bold; color:black">
The final result will be like this:
<div style=";font-weight: bold; color:black">
<div id="tags-container">{{clickable::Tags}}</div>
and have fun :D

Thank you so much for this add-on! I don't know why, but it doesn't seem to work for me, however. I'm using the Anking V7 deck, so it isn't the "<div id="tags-container">{{clickable::Tags}}</div>" issue :(
Whenever I click it, the browser window opens with an error message and the following debug inf:
Debug info:
Anki 2.1.31 (13476503) Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
Platform: Mac 10.15.6
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2020-09-24 09:09:31
Add-ons possibly involved: Clickable Tags v20 Anki 2120 support
Caught exception:
Traceback (most recent call last):
File "aqt/webview.py", line 37, in cmd
File "aqt/webview.py", line 123, in _onCmd
File "aqt/webview.py", line 541, in _onBridgeCmd
File "aqt/gui_hooks.py", line 2852, in __call__
File "/Users/felipemldias/Library/Application Support/Anki2/addons21/1739176371/ported_clickable.py", line 52, in on_js_message
browser.setFilter('"tag:%s"' % tag)
AttributeError: 'NoneType' object has no attribute 'setFilter'
Whenever I click it, the browser window opens with an error message and the following debug inf:
Debug info:
Anki 2.1.31 (13476503) Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
Platform: Mac 10.15.6
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2020-09-24 09:09:31
Add-ons possibly involved: Clickable Tags v20 Anki 2120 support
Caught exception:
Traceback (most recent call last):
File "aqt/webview.py", line 37, in cmd
File "aqt/webview.py", line 123, in _onCmd
File "aqt/webview.py", line 541, in _onBridgeCmd
File "aqt/gui_hooks.py", line 2852, in __call__
File "/Users/felipemldias/Library/Application Support/Anki2/addons21/1739176371/ported_clickable.py", line 52, in on_js_message
browser.setFilter('"tag:%s"' % tag)
AttributeError: 'NoneType' object has no attribute 'setFilter'

Thanks for the update! Could you please add night mode support? And until then, could you please suggest some tweak as to styling the clickable tag to make it visible in night mode?

Being the original author for anki 2.0, I want to thank you all for making it working in 2.1+. I'm relatively busy now and i am also using your version now.

fuego

ur the GOAT

Thanks Anking. It seems that Damien already fixed the problem. The original is working for me (y)

Not working with 2.1.
Edit: Worked after this change.
Had to change <div id="tags-container">{{Tags}}</div> to <div id="tags-container">{{clickable::Tags}}</div>.
Edit: Worked after this change.
Had to change <div id="tags-container">{{Tags}}</div> to <div id="tags-container">{{clickable::Tags}}</div>.

Very useful addon!
Comment from author before post was edited
You can make it so that the tags don't show up on mobile or are different sizes. This add-on doesn't have anything to do with that, but I'd be happy to explain how to do that if you want to email me at ankingmed@gmail.com and then you can change this to a like :)

Super duper useful! Thanks