feat(org): add anki-basic and anki-multiline snippets

This commit is contained in:
2026-03-23 22:49:44 +08:00
parent b5bb42cca6
commit 7d6e9f500b
2 changed files with 26 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# name: Anki Multiline (Org-Anki Standard)
# key: am
# --
* ${1:Card Title/ID} :study_card:
:PROPERTIES:
:ANKI_NOTE_TYPE: Basic
:ANKI_BACK: ${3:Short Answer or "See below"}
:END:
${2:Detailed multiline question goes here...}