mini-format-pack
mini-format-pack copied to clipboard
Extends Anki 2.1 with a number of additional text formatting buttons
#### Checklist *Please replace the space inside the brackets with an **x** if the following items apply:* - [**x** ] I've verified that I use the latest version of the...
#### Description Noticed that some of the links pointing to original Power Format Pack and its author haven't been updated for a while and are invalid. The change involves the...
295889520/consts.py ```py from anki import version from anki.utils import pointVersion anki21 = version.startswith("2.1.") or pointVersion() >= 231000 ```  the highlight button is blank and doesn't work and turns the...
#### Description Reanme deprecated function names #### Checklist: *Please replace the space inside the brackets with an **x** and fill out the ellipses if the following items apply:* - [x]...
#### Description *Concisely describe what the pull request is trying to achieve. If pertinent, link to an existing issue report, or briefly explain the problem the PR is meant to...
addons21\295889520\main.py:18:isWin is deprecated: please use 'is_win' addons21\295889520\main.py:18:isMac is deprecated: please use 'is_mac'
#### Checklist *Please replace the space inside the brackets with an **x** if the following items apply:* - [x ] I've verified that I use the latest version of the...
#### Problem description *Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you...
#### Checklist - [x] I've verified that I use the latest version of the add-on by redownloading it from AnkiWeb - [x] I've verified that I use the latest version...
#### Problem description Thanks for this essential add-on! When creating nested lists using toggle list and indent the resulting html is technically invalid. While this doesn't cause any problems within...