Anki.md

The markdown format for Anki cards.

MIT License

Downloads
121
Stars
7
Committers
3

Bot releases are hidden (Show)

Anki.md - cli: v0.7.2 Latest Release

Published by timgreen over 1 year ago

0.7.2 (2023-07-08)

Features

  • Html support, bump core to 0.11.1 (1792f63)
Anki.md - core: v0.11.1

Published by timgreen over 1 year ago

0.11.1 (2023-07-08)

Features

  • Support raw html in markdown (c852eea)
Anki.md - cli: v0.7.1

Published by timgreen over 1 year ago

0.7.1 (2023-03-14)

Bug Fixes

Anki.md - cli: v0.7.0

Published by timgreen over 1 year ago

0.7.0 (2023-03-13)

⚠ BREAKING CHANGES

  • stop matching noteId & report unmodified

Features

  • Stop matching noteId & report unmodified (8226956)
Anki.md - core: v0.11.0

Published by timgreen over 1 year ago

0.11.0 (2023-03-13)

⚠ BREAKING CHANGES

  • report & skip unmodified notes
  • drop the support of noteId in the parser

Features

  • Drop the support of noteId in the parser (17640ee), closes #34
  • Report & skip unmodified notes (cc6f50e)
  • Update notes without noteid (82f0e24), closes #34
Anki.md - cli: v0.6.4

Published by timgreen over 1 year ago

0.6.4 (2023-03-12)

Features

Anki.md - cli: v0.6.3

Published by timgreen over 1 year ago

0.6.3 (2023-03-12)

Features

Anki.md - cli: v0.6.2

Published by timgreen over 1 year ago

0.6.2 (2023-03-10)

Bug Fixes

  • skip media: Bump core to 0.10.4 (fcde0f0)
Anki.md - cli: v0.6.1

Published by timgreen over 1 year ago

0.6.1 (2023-03-10)

Features

  • connect getMediaFilesNames (56190e6)
  • More spinners for sync command (09c212a)
Anki.md - core: v0.10.4

Published by timgreen over 1 year ago

0.10.4 (2023-03-10)

Bug Fixes

  • Correctly skip the existing medias (983f700)
Anki.md - core: v0.10.3

Published by timgreen over 1 year ago

0.10.3 (2023-03-10)

Features

  • Report details during the sync (33b9446)
Anki.md - cli: v0.6.0

Published by timgreen over 1 year ago

0.6.0 (2023-03-10)

⚠ BREAKING CHANGES

  • default to not save the note id

Features

  • Default to not save the note id (cbf02f6)
  • Introduce simple spinner for sync (55c77e7)
  • Support json output for connect wrapper (eb74d2b)
Anki.md - cli: v0.5.1

Published by timgreen over 1 year ago

0.5.1 (2023-03-09)

Features

  • First AnkiConnect wrapper cmd deskNames (5ce43d9), closes #11
  • More wrapper commands for AnkiConnect (d802a1f), closes #11
Anki.md - cli: v0.5.0

Published by timgreen over 1 year ago

0.5.0 (2023-03-09)

⚠ BREAKING CHANGES

  • Default behaviour for media sync changed to skip the existing.

Features

  • sync option overwrite-existing-medias (ec5c7c8)
Anki.md - core: v0.10.2

Published by timgreen over 1 year ago

0.10.2 (2023-03-09)

Features

  • Option to skip existing medias (ddc90e4)
Anki.md - cli: v0.4.9

Published by timgreen almost 2 years ago

0.4.9 (2022-11-27)

Features

Anki.md - core: v0.10.1

Published by timgreen almost 2 years ago

0.10.1 (2022-11-27)

Features

Anki.md - cli: v0.4.8

Published by timgreen almost 2 years ago

0.4.8 (2022-11-26)

Features

  • Audio support [sound:a.mp3]. (593b79b)
  • validate frontmatter. (593b79b)
Anki.md - core: v0.10.0

Published by timgreen almost 2 years ago

0.10.0 (2022-11-26)

⚠ BREAKING CHANGES

  • Use only string for highlight.

Features

  • Not allow overriding default models. (2b1a799), closes #41

Code Refactoring

  • Use only string for highlight. (1e3f484)
Anki.md - core: v0.9.0

Published by timgreen almost 2 years ago

0.9.0 (2022-11-25)

⚠ BREAKING CHANGES

  • model: export models as model.* now.

Features

  • parser: Exit on invalid frontmatter. (4f873dc)

Code Refactoring

  • model: Split into files. (3c8e82c)