Open Couriuss opened 3 years ago
Alternatively, as a workaround, make cards with multiple tags displayed in each deck.
Ex. If some cards share two tags #Topic/Subtopic_1
and #Topic/Subtopic_2
, make those cards appear in both Subtopic_1 and Subtopic_2 decks.
I guess, this would be hard to implement, but it sounds like a very nice idea. +1
Is your feature request related to a problem? Please describe. Managing knowledge in Obsidian is a matter of how to structure your linking system. There are many resources online where your read that knowledge is not structured, what that means is that the same concept or note can be found in different contexts, usually grouped by an index, call it MOC or any other way. What I suggest is to develop a system so that the flashcards are not constrained by a folder or a tag, it happend many time that I desired that the same flashcards could be displayed in different decks, yet that's not possible. The solution: queries for cards.
Describe the solution you'd like With the premise that I don't know anything about how hard is to implement the idea nor what's your plan for the development of the plugin, and the eventual conflicts this idea might generate, my suggestion to the before mentioned problem is to query cards.
An ipotetical sintax:
```(cards or srs-cards) from (field) where (condition) limit ( any number or amount of time ) sort (random | order) ```
The field can be anything from YAML frontmatter or otherwise specified ex.topic::
Potential applications:
Additional context This feature will integrate further into Obsidian design differentiating once again from third party softwares. Thank you, to you and contributors of this plugin.