Anki.md

The markdown format for Anki cards.

MIT License

Downloads
121
Stars
7
Committers
3

Bot releases are hidden (Show)

Anki.md - core: v0.8.2

Published by timgreen almost 2 years ago

0.8.2 (2022-11-24)

Features

  • Audio support [sound:a.mp3]. (55333ba)
Anki.md - cli: v0.4.7

Published by timgreen almost 2 years ago

0.4.7 (2022-11-24)

Features

  • sync: Flag to update model styling. (7a9614f)
Anki.md - cli: v0.4.6

Published by timgreen almost 2 years ago

0.4.6 (2022-11-23)

Features

  • Command to remove note ids. (92d51d9)
Anki.md - core: v0.8.1

Published by timgreen almost 2 years ago

0.8.1 (2022-11-23)

Bug Fixes

  • Code syntax highlight css injection. (3f94b8a)
Anki.md - cli: v0.4.5

Published by timgreen almost 2 years ago

0.4.5 (2022-11-23)

Features

  • Flag to skip save note ids. (4449bd6)
  • Save noteIds after sync. (0fe5a4d)
Anki.md - core: v0.8.0

Published by timgreen almost 2 years ago

0.8.0 (2022-11-23)

⚠ BREAKING CHANGES

  • NoteId: Type string? -> number?.

Features

  • AnkiConnect: Update the existing notes. (9b6108e)

Code Refactoring

  • NoteId: Type string? -> number?. (db3c5db)
Anki.md - core: v0.7.5

Published by timgreen almost 2 years ago

0.7.5 (2022-11-22)

Features

  • parser: Include highlight css when needed. (8e51b92)
Anki.md - core: v0.7.4

Published by timgreen almost 2 years ago

0.7.4 (2022-11-22)

Features

  • parser: Code syntax highlight, no css. (ca9d5ef)
Anki.md - core: v0.7.3

Published by timgreen almost 2 years ago

0.7.3 (2022-11-22)

Features

  • AnkiConnect: Option to update model styling. (6cb5410)
Anki.md - core: v0.7.2

Published by timgreen almost 2 years ago

0.7.2 (2022-11-22)

Features

  • parser: Support global tags in frontmatter. (5d7e0a0)
Anki.md - core: v0.7.1

Published by timgreen almost 2 years ago

0.7.1 (2022-11-22)

Features

  • AnkiConnect: Pass api origin via config. (13f0ff5), closes #14