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

anki formatted command added #32

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

ambroser53
Copy link
Contributor

@ambroser53 ambroser53 commented Oct 13, 2022

Added command that can format text into Anki card format (Cloze deletion only) according to the Obsidian_to_Anki plugins default formatting rules.

Simply highlight text and it will turn them into cards, different lines will be treated as different "sides" on the cards.

E.g.

my question
my answer
my third piece

Will become:

START
Cloze
{{c1::my question}} {{c2::my answer}} {{c3::my third piece}} 
Back Extra:
Tags:
END

Added command that can format text into Anki card format (Cloze deletion only) according to the Obsidian_to_Anki plugins default formatting rules.

Simply highlight text and it will turn them into cards, different lines will be treated as different "sides" on the cards.

E.g.
my question
my answer
my third piece

Will become:
START
Cloze
{{c1::my question}} {{c2::my answer}} {{c3::my third piece}}
Back Extra:
Tags:
END
@Benature Benature merged commit cd773c7 into Benature:master Oct 15, 2022
@Benature
Copy link
Owner

Cool!

@Benature
Copy link
Owner

It will be nicer if you added the command with a description in the readme, as I'm not quite familiar with Anki. 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants