Marko Sagadin
Marko Sagadin
### Description Hello, I am evaluating Renode for our internal use (using nRF52840DK and Zephyr). Part of an evaluation was the creation of a simple test project where we used...
This is a prototype implementation. In the current state the md2anki will: - Send processed cards to the Anki via 'addNote' API - Send images to the Anki via 'storeMediaFile'...
Hello! first of all: this is really a cool project :heart: I am amazed at how well-documented it is, how well the code is structured and how much you have...
This commit support adds for uploading cards via AnkiConnect plugin. Generated cards are now by default uploaded to the Anki via the plugin. The accompanying images references in the cards...
It is now expected that every markdown document contains frontmatter block with three required fields: - deck_name, - note_type_basic and - note_type_clozes tags and no_tabs fields are optional. Currently only...
With this change is now possible to disable presence of tabs, by adding the below frontmatter snippet to the top of the markdown file: --- no_tabs: True --- If present...
Several CSS theme changes in these one: - frontend build system now generates dual (light/dark) themes that are easy to switch between in the Anki clients, by changing the theme...
This PR adds a new Tokyo Night theme to this project!
Version 2.13.0 of Pygments was released some years ago and in the meantime the support for highlighting various languages was improved. In my specific case I noticed that the latest...
Commit 4150600 added an option for making highlighted code sideways scrollable, however make frontend-build wasn't run in that commit, thus the themeless_main.css was incorrect. This commit fixes that.