Releases: dvcrn/markright
Releases · dvcrn/markright
Release 0.1.11
Release 0.1.10
Finally managed to get this annoying problem resolved.
MarkRight now has full support for
- "open with" (as triggered from right or double clicking a file)
- OSX drop on icon (in dock)
- OSX open from command line
🎉🎈🎉🎈🎊
Release 0.1.9
- Fixed a problem where http:// urls in images are not resolved correctly
- Fixed error message when trying to load something when MarkRight is not open
Release 0.1.8
Release 0.1.7
Release 0.1.6
- Added 'open with' support (including drop on app icon on mac)
- Added 'are you sure?' dialog to changes that would overwrite the current buffer like opening a new file
- Added support for github checkboxes / todo lists / task lists
- Added glorious code highlighting for code blocks with https://highlightjs
- Linux is now officially supported
- Instructions on how to open markright from the terminal now in readme
Release 0.1.5
- Fixed problem where clicking a
<a>
tag inside the preview will open the URL inside electron, making the editor unresponsive (possibly loosing unsaved changes) - Fixed problem where a error is being thrown when no network connection is available
- Fixed build errors complaining about
JSON/parse
(should have been(.parse js/JSON)
)
Release 0.1.4
Fixed builds for windows and linux
Release 0.1.3
- Added "are you sure you want to close" dialog when unsaved changes are present
- Fixed Cmd/Ctrl+x for cutting text
- Better notification for new version
- Added zipped version for linux builds
- File dialogs are now handled as sheets on Mac
Release 0.1.2
- Build tool is now shadow-build (thanks @thheller)
- Fixed re-opening windows when clicking the app icon on mac
- Added automatic update notification (yay!)
- Added star indicator when file has changed
- Added more stable save / load file commands