Skip to content

Releases: ObsidianToAnki/Obsidian_to_Anki

Markdown formatting and Embedded Images Update

02 Sep 14:35
590bae1
Compare
Choose a tag to compare

This release allows the script to read Markdown formatting and Embedded Images, and display the note correctly in Anki.

Parsing of the markdown is done using the python-markdown library - see this link.

See README.md for the formatting required for markdown and images within notes.

Allow having ~ or ~user in path

02 Sep 14:09
Compare
Choose a tag to compare
v0.3.2

Allows for having ~ or ~user in the path given by realpath

Hotfix for accessing config files

02 Sep 13:52
38c3d39
Compare
Choose a tag to compare

Hopefully fixes an issue where the script could not generate or read its config file, on non-Windows systems.

Organisation Update

01 Sep 19:17
9036ad4
Compare
Choose a tag to compare

This update adds deck and tag organisation.

Deck organisation is on a per-file basis, whereas tag organisation is on a per-note basis.

For more information, refer to README.md

This update should also provide a speed improvement, most noticeable for files with a large amount of notes.

Note Update

01 Sep 10:58
baa7591
Compare
Choose a tag to compare

Changelog:

  • You can now update notes from Obsidian, and it'll change it in Anki automatically
  • The option to edit the config file should now work on an OS other than Windows

Initial release

01 Sep 08:20
7865304
Compare
Choose a tag to compare

Limited functionality.

Supports:

  • Custom note types
  • Substitutions

Does not support:

  • Tags
  • Adding to decks other than Default
  • Markdown formatting
  • Images
  • Auto-updating notes