We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing cards I came to the situation where I wanted to hit the bold button to emphasize a marked word.
bold
Would it be possible to override the default bold button and make it work to add asterisks around the word instead?
Same functionality for italics of course and any other formatting option that can be mapped to markdown.
The text was updated successfully, but these errors were encountered:
That would be pretty cool actually. Thanks for the suggestion. Shouldn't be too difficult to overwrite the default functionality; I'll look into it.
Sorry, something went wrong.
+1 for color as well. Anki adds a font tag to HTML, maybe you can add that to the card as HTML code like : <font style="color: #F4215">Word</font>
<font style="color: #F4215">Word</font>
No branches or pull requests
When writing cards I came to the situation where I wanted to hit the
bold
button to emphasize a marked word.Would it be possible to override the default bold button and make it work to add asterisks around the word instead?
Same functionality for italics of course and any other formatting option that can be mapped to markdown.
The text was updated successfully, but these errors were encountered: