kaegi / MorphMan

Anki plugin that reorders language cards based on the words you know
Other
260 stars 66 forks source link

Add tags even if note type should not be modified #260

Open gittegit opened 3 years ago

gittegit commented 3 years ago

Anki version: 2.1.35 Morphman version: from 2021-02-11 (latest)

It would be awesome if Morphman would still add the i+1, i+2 (and so on) tags although it is not modifying the schedule. This is tremendously helpful when grinding through series or other imported decks where the order is crucial for comprehension (especially subtitles). With the tag information, it's also easier to just skip i+2 cards instead of trying to read Chinese characters you don't know yet.

fw42 commented 2 years ago

I opened a similar issue in https://github.com/kaegi/MorphMan/issues/274.

My workaround for now is to disable the following lines (532 to 547): https://github.com/kaegi/MorphMan/blob/3fde85f31ad1c51b1095d4824d7474ca69d9fcba/morph/main.py#L532-L547

This way, tags will be added but no cards will be rescheduled (for decks that are set up to be modified).

I'm using this to find cards in a given deck that I can delete (because I already know the words).

Nayelianne commented 1 year ago

I'd love this feature to be an option in the config as well. I was precisely looking for a way to get that info into a deck without affecting the card ordering/scheduler, MorphMan has a lot of potential.

Thank you so much for that solution @fw42