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

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

such as * word count * actual line and column number

enhancement

It'd be really cool if you could right-click on a 'misspelled' word and click "Add to Dictionary". When writing, I use some fictional place names and such that aren't recognised,...

enhancement

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

It seems currently Abricotine doesn't support In Line Math. MathJax supports 2 different modes of Math - Inline (Using (...) or $...$ Delimiters) and Displayed (Using [...] and $$...$$ Delimiters....

enhancement

I write documentations with MD and in most cases I edit several files at the same time, I propose to extend the project to open multiple documents instead of single...

enhancement

Add a GUI for preferences. Doesn't matter if you do it like Atom (in the main window) or like a standard app (in a separate window), just don't make me...

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