Skip to content
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

Inherit inline tags from parent block(s) #285

Open
mclaugw opened this issue Aug 30, 2024 · 0 comments
Open

Inherit inline tags from parent block(s) #285

mclaugw opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mclaugw
Copy link

mclaugw commented Aug 30, 2024

Describe the solution you'd like
When I create a group of cards, I often create a parent block with inline tags for later querying within logseq.

e.g.,

- Cards #cards/test-cards
        - Question 1 #card
                - Answer 1
        - Question 2 #card
                - Answer 2

I am requesting that each of these cards be tagged as cards/test-cards in Anki.

Describe how it will help your workflow
I have many card groups structured this way and I sometimes like to review my cards by tag using a logseq query like {{ cards cards/test-cards }}. This enhancement will allow me to do this within Anki as well by using a filtered deck.

Describe alternatives you've considered
I discovered Tags for all cards on a page · Issue #194 · debanjandhar12/logseq-anki-sync and Ability to add tags on Anki cards with a property · Issue #147 · debanjandhar12/logseq-anki-sync which seem related to my request, but, from what I understand, they only apply to the block property tags on the parent, not inline tags on the parent. I've considered converting all my inline tags to block properties, but have not found a good way to do this programmatically.

@mclaugw mclaugw added the enhancement New feature or request label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant