-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Ability to add tags on Anki cards with a property #147
Comments
Bumping this because I would really need this :) |
Also, I noticed that you can specify But you can set the tags in the children directly. I think it would be a great improvement if we could set the My use case is that I'm a medical student with lots of decks and lots of nested cards. Related to #117 (comment) |
Sorry for the multiple message, don't take it as harassment please :) I'm offering a $20 bounty for the tag feature suggested in #117 via your coffee tip if that can help :) Have a nice day ! |
No need to apologize. I should be the one apologizing for not replying earlier. As for #117, I will look into it this weekend. Also, just to clarify, the FR is for supporting this way of specifying tags for cards, right?: |
FOSS is good only when it works for the author's pace :) Yes, the FR is to have cards be tagged with any tag in the "above" hierarchy. Basically like the decks property but where they are all taken into accounts instead of the "closest property" (as is the case for decks). |
Added in v4.6.1 |
Thanks a lot a lot a lot, it's really great. I do notice however that if I have the following structure :
Then the resulting card will have 2 tags What do you think? |
Also found a bug: the addon only works with "tags" and not "Tags" even though logseq is case insensitive regarding properties. This is problematic because if you have Expected behavior is then to fetch tags properties case insensitively. |
Sorry, can you create a new issue for it? I will take a look at it sometime around Friday. It should be fairly easy to do with hash maps.
A new issue for this as well would be great. |
Describe the solution you'd like
I saw that tags of Anki cards are added with the hashtag syntax of logseq, but would it be possible to disable that and add tags via the tags:: property of Logseq with the same mechanism of the deck:: property (blocks of a page inherit the page properties) .
The switch could be made as an option in the settings.
Describe how it will help your workflow
When I add Logseq links as hashtags, it's not for Anki and it pollutes my Anki tags.
For flashcards I add simple tags for a whole Logseq Notes, so the mechanism of the deck:: property is better for me.
The text was updated successfully, but these errors were encountered: