David
David
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
[Marked](https://github.com/chjj/marked) seems to be a bit inactive. Alternatives: - https://github.com/yogthos/markdown-clj (custom transformers looks interesting) - https://github.com/markdown-it/markdown-it - https://github.com/evilstreak/markdown-js
Things to do: - [ ] `open-file` event should open a new window - [ ] `Ctrl/Cmd + N` should create a new window - [ ] `Ctrl/Cmd + O`...
Reports saying the overlay still shows when ProxMate is turned off
https://developer.apple.com/library/mac/#documentation/CoreFoundation/Reference/CFProxySupport/Reference/reference.html http://stackoverflow.com/questions/5570004/how-to-change-lan-settings-proxy-configuration-programmatically
As a user, I'd like to see when ProxMate does something and when not.
To implement user authorisation, it'd be cool if proxy authorisation headers are being sent
Currently it is very plain, doesn't respect the text amount and just doesn't look good - [x] add colors with a tmLanguage file. The Sublime API allows setting a syntax...