Greg Reagle
unread,Jan 17, 2025, 10:08:38 AMJan 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mnemosyne-...@googlegroups.com
Hello. I am using Mnemosyne with pipx:
package mnemosyne-proj 2.11.0.2, installed using Python 3.11.2
How do I exclude cards based on their tags? This would be equivalent to a logical AND NOT or a set theory SET DIFFERENCE.
For example, I am studying cards with tags A or B or C, and I come across a card that I find annoying and I want to forget about or suspend. I want to be able to add tag X and filter equivalent to:
(A OR B OR C) AND NOT X
(A UNION B UNION C) MINUS X
This could be for leeches, or for information that I just find annoying, or cards that are low priority when I am very busy.
I know that I could remove tags A, B, and C for the card in question, but this has some significant disadvantages. I permanently lose the information that was conveyed by the presence of tags A, B, and C. To get it back into rotation in the future, I have to re-add all three tags A, B, and C, instead of the much more convenient deleting just tag X.
I am using some logic and set "algebra" here for clarity, for those who understand it. I am not insinuating that the interface needs to use these mathematical concepts directly.