Skip to content

My scripts in AHK for an Obsidian to Anki workflow with Active Recall studies. Regex

Notifications You must be signed in to change notification settings

victorfeight/AHK-ObsidianToAnki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The two ways we learn best are by Active Recall studying through question and answer formation, and Spaced Repetition.

In order to minify the "friction" of creating cards, these simple AHK scripts might help.

The intended workflow is as follows:

  1. Ensure your target file.md in Obsidian has the following at the top (assuming your target desk is named "test"):

Test cards

TARGET DECK: test

FILE TAGS: tag1, tag2

  1. Obsidian allows you to make toggleable checklists in the following format:
  • What is the meaning of the life, the universe, and everything? #life
    • The answer is 42.
  1. Ensure you have "ankify_togglelist.ahk bound to a shortcut, then with cursor over question press Win-V for example. It will ask for a target Obsidian file. This is customizable. It will be output to 'test' in Obsidian to Anki compatible format:

START Basic What is the meaning of the life, the universe, and everything? Back: Test The answer is 42. Tags: life

END

  1. Press sync with Anki open and it will turn these cards to flashcards.

About

My scripts in AHK for an Obsidian to Anki workflow with Active Recall studies. Regex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published