Thomas Brouard

Results 25 issues of 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...

enhancement

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

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

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

enhancement

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

enhancement
wontfix

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

enhancement

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

enhancement

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

enhancement

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

enhancement

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

enhancement