Fix extra whitespace (#17)
Due to extra whitespace, the `** Back` heading in the example wasn't recognized as an org heading. I noticed that when I copied the example from github into an org buffer.
This commit is contained in:
parent
88895abfcd
commit
87394670a2
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ If you're using [[https://github.com/radian-software/straight.el][straight.el]]
|
||||||
:ANKI_NOTE_TYPE: Basic
|
:ANKI_NOTE_TYPE: Basic
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
,** Back
|
,** Back
|
||||||
|
|
||||||
Yes, like this one, Front is missing, ~anki-editor~ will use note
|
Yes, like this one, Front is missing, ~anki-editor~ will use note
|
||||||
heading as Front. This is neat as sometimes it's verbose to repeat
|
heading as Front. This is neat as sometimes it's verbose to repeat
|
||||||
|
@ -71,12 +71,12 @@ If you're using [[https://github.com/radian-software/straight.el][straight.el]]
|
||||||
|
|
||||||
This works for all note types, just make one field absent and
|
This works for all note types, just make one field absent and
|
||||||
~anki-editor~ will use note heading as that missing field.
|
~anki-editor~ will use note heading as that missing field.
|
||||||
|
|
||||||
,* Is there a an even shorter way to write notes?
|
,* Is there a an even shorter way to write notes?
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ANKI_NOTE_TYPE: Basic
|
:ANKI_NOTE_TYPE: Basic
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
Yes, like this one, Front and Back is missing, ~anki-editor~ will use note
|
Yes, like this one, Front and Back is missing, ~anki-editor~ will use note
|
||||||
heading as Front and the text after as Back. This is neat as sometimes it's verbose to repeat
|
heading as Front and the text after as Back. This is neat as sometimes it's verbose to repeat
|
||||||
the same content in note heading and first field.
|
the same content in note heading and first field.
|
||||||
|
|
Loading…
Reference in a new issue