Skip to content

Releases: dvcrn/markright

1.0.0

05 Dec 08:29
c7eee96

Choose a tag to compare

What's Changed

Full modernization of MarkRight:

  • Tauri instead of Electron
  • New logo
  • Update cljs, clojure, shadow-cljs
  • Replace Om with Reagent
  • Replace NPM with Bun
  • Remove Bower
  • Use Mise for deps
  • Notarize and sign macOS version

Release 0.1.11

28 Jun 09:23
64d2ec8

Choose a tag to compare

  • Fix new file saving on windows (#35) (thanks @Orionx86)
  • Add codemirror spell check (thanks @samholmes1337)

Release 0.1.10

03 Dec 05:48

Choose a tag to compare

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

29 Nov 04:54

Choose a tag to compare

  • 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

16 Nov 06:01

Choose a tag to compare

  • Fixed scrollbar position being messed up sometimes (#33)
  • Added error handling for nodejs save errors (#31)
  • Made 'are you sure' boxes a tiny bit prettier
  • om version bump to alpha22

Release 0.1.7

12 Nov 03:25

Choose a tag to compare

  • Cmd+Q is now correctly quitting the app (#27)
  • Removed max-width for the preview area (#21)
  • Added support for relative images (#28)
  • Removed initial text (#29), which kind of resolves #14 as well
  • Fixed code highlighting for code blocks that don't have code in them

Release 0.1.6

11 Nov 06:56

Choose a tag to compare

  • 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

10 Nov 08:03

Choose a tag to compare

  • 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

10 Nov 04:19

Choose a tag to compare

Fixed builds for windows and linux

Release 0.1.3

06 Nov 01:56

Choose a tag to compare

  • 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