Marker

A Desktop App for Easily Viewing and Editing Markdown Files

MIT License

Stars
1.1K
Committers
3

Bot releases are hidden (Show)

Marker - Marker v1.4.1

Published by tk04 4 months ago

Changes


See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.4.1_aarch64.dmg - for M1-based macs
  • Marker_1.4.1_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Marker - Marker v1.4.0 Latest Release

Published by tk04 6 months ago

New:

  • Add Dark mode (#17)
  • Theme options (light/dark/system)
  • Settings modal
    • Change app theme
    • Show/hide table of contents in editor

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.4.0_aarch64.dmg - for M1-based macs
  • Marker_1.4.0_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Marker - Marker v1.3.0

Published by tk04 6 months ago

New:

  • Add file edit/delete options on right-click
  • Add folder delete option on right-click

Bug fixes:

  • Fix file-saving when quickly switching between files (after adjusting title/subtitle)

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.2.0_aarch64.dmg - for M1-based macs
  • Marker_1.2.0_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Marker - Marker v1.2.0

Published by tk04 7 months ago

Included in this release:

  • Add support for markdown tables (create a new a table within the editor by typing table and pressing enter on a new line).
  • Add support for SVG images
  • Fix image URLs w/ query params not properly being displayed within the editor.

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.2.0_aarch64.dmg - for M1-based macs
  • Marker_1.2.0_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Marker - Marker v1.1.1

Published by tk04 7 months ago

Included in this release:

  • Performance improvements
  • Remove file saving indicator

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.1.1_aarch64.dmg - for M1-based macs
  • Marker_1.1.1_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Marker - Marker v1.1.0

Published by tk04 7 months ago

Included in this release:

  • Adds command menu (w/ CMD+k) to easily navigate between files/projects
  • Adds Table of Contents panel, #21
  • Adds File tree sorting options based on name, created at, or updated at, #20
  • Fixes spacing between sidemenu and editor

See the assets to download and install this version.

Installing on MacOS

Download the app by choosing the appropriate dmg file for your system architecture:

  • Marker_1.1.0_aarch64.dmg - for M1-based macs
  • Marker_1.1.0_x64.dmg - for Intel-based macs

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app

After that, you should be able to open the app with no issues.

Related Projects