sachingooo / anki-filtered-deck-by-tag

An Anki add-on that creates a filtered deck from the browser sidebar. Used for studying by tag instead of by deck.
GNU General Public License v3.0
2 stars 2 forks source link

numbers in tags #7

Open pihentagy opened 2 months ago

pihentagy commented 2 months ago

I have created some decks from tags.

The tags also represent order in this deck, but when I create a filtered deck, the number disappears from the beginning.

pihentagy commented 2 months ago

Ah found it: https://github.com/sachingooo/anki-filtered-deck-by-tag/blob/main/anki-filtered-deck-by-tag/__init__.py#L92

I will hack it for myself, but don't know how others think about cleaning vs not cleaning the numbers…

sachingooo commented 2 months ago

Yeah, admittedly this is because I was using the AnKing deck for Step 1 and didn't like the numbers at the beginning. I'll include the config option to remove numbers in the next version

pihentagy commented 2 months ago

Cool, thanks