This introduction presents a method to generate Yanki .md files from text files, using AutoHotkey v2 script.
💡 Setting up the text file format
✅ Text file encoding: UTF-8
✅ Lines starting with a semicolon (;) or hash (#) are comments and not processed
✅ The first non-comment line must start with a forward slash (/), specifying the folder where the file is stored
💡 file:English-7A.txt
; ==========
; Vocabulary
; Lesson 1
/j:\JERRY\MOC\060-Anki\English-7\English-7A-1-words
park
koala
; ==========
; Lesson 2
/j:\JERRY\MOC\060-Anki\English-7\English-7A-2-words
postcard
years old
famous
all over the world
easy
wait
💡 Explanation article: https://jdev.tw/blog/8485/
💡 Related links
✅ AutoHotkey download: https://www.autohotkey.com/download/
✅ Google Drive source code, executable, and sample configuration file download: https://drive.google.com/drive/folder...
✅ yanki1.ahk source code: https://gist.github.com/emisjerry/5e4...