Releases: ObsidianToAnki/Obsidian_to_Anki
Releases · ObsidianToAnki/Obsidian_to_Anki
Markdown formatting and Embedded Images Update
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
v0.3.2 Allows for having ~ or ~user in the path given by realpath
Hotfix for accessing config files
Hopefully fixes an issue where the script could not generate or read its config file, on non-Windows systems.
Organisation Update
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
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
Limited functionality.
Supports:
- Custom note types
- Substitutions
Does not support:
- Tags
- Adding to decks other than Default
- Markdown formatting
- Images
- Auto-updating notes