abricotine icon indicating copy to clipboard operation
abricotine copied to clipboard

Markdown editor with inline preview

Results 81 abricotine issues
Sort by recently updated
recently updated
newest added
trafficstars

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....

enhancement

can you add RTL support?

enhancement

when using indentation on a todo list, the parent item of a sub-list doesn't render a ``. Instead it renders a literal `[ ]` text

bug
dependencies

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...

enhancement

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?

enhancement

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...

enhancement

Codeblocks styles should be implemented using a custom markdown mode for CodeMirror parser for greater performances. Related: #274, #282.

enhancement

Here's what typora currently does, and it looks great. ![image](https://cloud.githubusercontent.com/assets/930215/22989037/88bdd01e-f371-11e6-9c15-7408e16ef6b2.png) And after its been clicked on: ![image](https://cloud.githubusercontent.com/assets/930215/22989058/9d43732c-f371-11e6-8d46-e24a558538d8.png)

enhancement

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...

enhancement

Add an option to preview a defined set of HTML elements with autopreview. Related features requests: * Preview `` and `` elements: #280 * Preview `` and `` elements: #322

enhancement