markright
markright copied to clipboard
➡ Electron powered markdown editor with live preview
**Problem/Reproduction:** When you launch the installer on Windows and click the _install_ button, the program will be installed directly into a predefined directory. **Expected result/Solution:** On windows this behaviour is...
It'd be useful if this editor integrated auto-formatting. Something like [tidy-markdown](https://github.com/slang800/tidy-markdown) should do the trick. Then one could just have an option for doing it on save or with a...
On first sight this breaks almost everything. - All electron related imports are now properties on `require "electron"` - IPC split into `ipcMain` and `ipcRenderer` will update this when I...
Since MarkRight is a _GitHub flavoured_ MarkDown editor it should have [Emoji](http://www.emoji-cheat-sheet.com/) support. [:four_leaf_clover: :video_game: :pray:](http://www.luckeyproductions.nl) Also thanks for this great tool!
It would be useful to have the option to display a toolbar that could apply formatting for those of us that can't always remember the markup.
Seems to be fairly simple: https://github.com/atom/electron/blob/master/docs/tutorial/mac-app-store-submission-guide.md There is currently a [issue for electron-packager](https://github.com/maxogden/electron-packager/issues/163) and once that's resolved it should be easy to automate signing and building for MAS.
When a link is middle clicked in the preview pane, a blank MarkRight window is opened. Furthermore, subsequent right clicks on any links in the preview pane will not open...
All we technically need to do is provide a option to specify a different css file / load a different css file into MarkRight
https://github.com/atom/electron/blob/master/docs/api/menu.md
If I try to save a file that is read-only on disk (tested on Windows 10), I get an ugly error dialog: ``` [Window Title] Error [Main Instruction] A JavaScript...