Mochitto
Mochitto
Will take care of the patch for my clippings as well later on today :) Thanks for solving it @pazos
I think this error is due to your terminal not being able to render emojis; could you confirm this? Try installing the [Windows terminal app](https://apps.microsoft.com/detail/9n0dx20hk701?rtc=1&hl=it-it&gl=IT) and running the app using...
Closing due to missing feedback, hopefully solved
Were you able to get the app to work? The formatting of your card was wrong; I suggest reading the [Markdown formatting](https://github.com/Mochitto/Markdown2Anki?tab=readme-ov-file#markdown-input-formatting) chapter. There are also examples of what a...
For potential contributors: I think this is an good first issue. Glancing at the code, the guard is [this line](https://github.com/Mochitto/Markdown2Anki/blob/167b1866ebd27b80c64f8430f8a6ac89bbeb65e4/src/markdown2anki/md_2_anki/process_card/compile/custom_plugins/obsidian_link_plugin.py#L44). The guard is necessary as people using obsidian links can...
Integration of this PR: - resolves #6 - resolves #3 - resolves #20
Steps needed to implement the feature: - [x] Update the flow of the app to check for anki-connect; if there is none, throw an error - [ ] Send a...
Instead of working with Type-config, it might be worth developing a TUI to handle configuration, creating new files etc. Interesting projects to look at to implement this could be: -...
The github page should be built using either read-the-docs or [jekyll](https://jekyllrb.com/). Information on how to setup a jekyll page can be found [here](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll). The idea is transposing the README, CONTRIBUTING...
You can understand how to navigate the project and find where to add the style in CONTRIBUTING.md. Extra styling rules should be added to themes to customize the look of...