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

Make cards go to decks based on folder structure #461

Open
rad-ed opened this issue Nov 22, 2023 · 6 comments · May be fixed by #429
Open

Make cards go to decks based on folder structure #461

rad-ed opened this issue Nov 22, 2023 · 6 comments · May be fixed by #429
Labels
enhancement New feature or request

Comments

@rad-ed
Copy link

rad-ed commented Nov 22, 2023

Is there a way to make it so that all new folders sync to sundecks of the same name?

I.e. the folder foo/bar/baz in obsidian places cards in the deck foo::bar::baz in Anki.

@KatoDF
Copy link

KatoDF commented Dec 3, 2023

I was wondering the same. There is another plugin that does this but it's not obsidian-to-anki (It generates some window similar to Anki, I don't want this).

@KatoDF
Copy link

KatoDF commented Dec 3, 2023

I just want this bc I want to see a full graph of my notes and re-doing them one by one... Instead of having many flashcards in a single note just to send them to the same deck.
2nd semester we review math theorems and I don't want to do repeated flashcards.

@jasonho1308
Copy link

Hi, I have implemented this feature in pull request #429 long time ago. Will try to merge it later!

@ShootingKing-AM ShootingKing-AM added the enhancement New feature or request label Jan 19, 2024
@norcx
Copy link

norcx commented Mar 9, 2024

When will this feature be added please, it's really useful!

@norcx
Copy link

norcx commented Mar 9, 2024

I've found that this can be achieved using a templater plugin.
Just customize a script to get the current file path and speak/replace it with ::, so as to get the string "TARGET DECK: Folder1::Folder2::filename"

@jasonho1308
Copy link

I've found that this can be achieved using a templater plugin.

Just customize a script to get the current file path and speak/replace it with ::, so as to get the string "TARGET DECK: Folder1::Folder2::filename"

My pull request #429 should work, but I have no time to merge it now, u can try it first

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

Successfully merging a pull request may close this issue.

5 participants