Clickable Tags position question

Issue #13 closed
Former user created an issue

Hi there,

Thank you for contributing with your anki add-on. I am by no means adept at python, so I'm hoping you can break this down for me newbie-style.

Is there a way to position the clickable tags to appear upon seeing the answer? The reason is the some of my tags would reveal the answer.

If I could just have the ability to see the clickable tags AFTER I answer the card, it would be perfect! Thank you!

Official response

Comments (3)

  1. Mahdi Saravi repo owner

    I will answer your question in a couple of days, so busy now. If putting {{Tags}} in the answer side of a card does not work (case matters) , the code should be changed. Try it and let me now. Thanx for using this add-on.

    Anonymous created issue #13: Clickable Tags position question Hi there, Thank you for contributing with your anki add-on. I am by no means adept at python, so I'm hoping you can break this down for me newbie-style. Is there a way to position the clickable tags to appear upon seeing the answer? The reason is the some of my tags would reveal the answer. If I could just have the ability to see the clickable tags AFTER I answer the card, it would be perfect! Thank you! Type:

    enhancement

    Priority:

    major

    View this issue or add a comment by replying to this email.

    Unsubscribe from issue emails for this repository.

  2. Mahdi Saravi repo owner

    insert this line in the front side of your card:

    <div style="display:none">{{Tags}}</div>
    

    and this in the backside:

    {{Tags}}
    

    it should work. it does not relate to python, you should deal with html and CSS

  3. Log in to comment