abricotine
abricotine copied to clipboard
Markdown editor with inline preview
When I use `Format -> Heading` or I press `ctrl + number` to create a heading, the *atx* style (with `#`) is always used, even for levels 1 and 2....
when using indentation on a todo list, the parent item of a sub-list doesn't render a ``. Instead it renders a literal `[ ]` text
As noticed in #298, the search bar can't be translated. We currently use CodeMirror search extension, which has hard coded texts. Writing a custom search extension to replace CM's one...
It would be nice if Abricotine supported git with red/green highlighting for changes. Gedit has a plugin that does this, maybe a similar feature could be implemented?
I was unsure whether opening a new issue would be warranted, compared to commenting on #142, but since #142 is represented as resolved and included in a release, I feel...
Codeblocks styles should be implemented using a custom markdown mode for CodeMirror parser for greater performances. Related: #274, #282.
Here's what typora currently does, and it looks great.  And after its been clicked on: 
Hi, I enjoy to work with Abricotine. I use a lot the ToDo list and links to document my works. So, I'm interessed to improve the Open Links feature. I...
Add an option to preview a defined set of HTML elements with autopreview. Related features requests: * Preview `` and `` elements: #280 * Preview `` and `` elements: #322