Thomas Brouard
                                            Thomas Brouard
                                        
                                    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...
Codeblocks styles should be implemented using a custom markdown mode for CodeMirror parser for greater performances. Related: #274, #282.
Add an option to preview a defined set of HTML elements with autopreview. Related features requests: * Preview `` and `` elements: #280 * Preview `` and `` elements: #322
Copy: currently when copying contents as rich text images are not copied. Paste: add the ability to paste an image contained in the clipboard. Question: where to save it on...
From #7 > I know MathJax is being used now, but I would like to recommend [Katex](https://khan.github.io/KaTeX/). > The basic reason is, it is fast, very much faster than MathJax....
From #7 > Would it be possible to display math when wrapped only in single '$'s too (or is there an easy way to hack to config to allow this)?...
Would be useful for spelling suggestion/add to dictionary, images, etc. My idea: ```javascript // abr-document.js // Listener for context menu document.addEventListener("contextmenu", function () { var context = // check stuffs...
From #118: > This question is a feature request: the ability to move the sidebar from lift side of application to right. In right-to-left languages such as Arabic and also...
From #3: > You know how some people prefer to write their Markdown in 80-character lines? How about adding a feature to highlight characters that make a line longer than...
From #200 @agirorn. It would be nice if Abricotine could verify links and show a red underline for links have not been defined and are invalid. Also, every link could...