markdown-input icon indicating copy to clipboard operation
markdown-input copied to clipboard

Anki addon to allow note editing in markdown, either in the Anki windows or external dialog.

Results 10 markdown-input issues
Sort by recently updated
recently updated
newest added

TL;DR: - [x] Edit all fields in the external editor - [ ] Vim Mode for Code Mirror Editor ### Request 1 Is it possible that you can implement editing...

the code block seems to be recognized well but it is only black and white

To reproduce: - Set `"Default field state": "markdown",` - Restart Anki - Click "Add" The curser is focussed on the last field of the note type, rather than the first...

fixes #5 To reproduce the bug just run this code part with the following input: ``` Front content Back content ``` Back content is always lost

Hello! Big thanks for your addon! I just found some bug or maybe just doing something incorrectly. I hope you will find some time to test this. **Situation**: I edit...

Since anki can display latex in `[$]` and `[$$]` tags, it would be nice to convert normal markdown latex expressions into anki style ones. something like: ```md Fermi-Dirac function: $$f_{ED}(E)...

After installing Version ⁨25.02.5, the addon doesn't work anymore. The markdown icon is not shown anymore ![Image](https://github.com/user-attachments/assets/120dc2c3-2af9-4fca-a33a-2f7fcb2fc984) Would love to help but I don't really know how to debug, pointers...

Closes https://github.com/triaeiou/markdown-input/issues/9 The idea is that we can't run an inline script anymore because the CSP forbids it. So I moved the code of the inline script to a separate...

The "Field input mode" doesn't work on latest version 25.02.05 on MacOS. Configuring the hotkeys in the add-on configuration panel doesn't help either.

First of all, I want to thank you for making markdown-input. It's incredibly useful to do precision edits on my Anki cards without having to switch to the HTML editor...