UNPKG
@autoanki/plugin-source-yaml
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
Extract Anki cards from Markdown fiels
github.com/chenlijun99/autoanki
chenlijun99/autoanki
@autoanki/plugin-source-yaml
/
README.md
16 lines
(12 loc)
•
276 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# @autoanki/plugin-source-yaml
This
plugin
parses
Anki
notes
from
YAML
files
## Supported syntaxes
```yaml
# Metadata blocks
note_type:
'Basic'
id:
f93f3fdd-48e6-4082-960b-3c2a6dd9daee
# Note fields (the actual content of the card)
fields:
Front:
1
+
1
=
?
Back:
2
```