
Write markdown, read plain text
Write your notes efficently in markdown while marquee displays your document as formatted plain text as you type. No delay, no reloading, instant previews!
Write your notes efficently in markdown while marquee displays your document as formatted plain text as you type. No delay, no reloading, instant previews!
Marquee is build with electron.js allowing it to run on many platforms without compatibility issues. The resulting single code base means wider support and faster updates.
100% Open source software. All the source code is hosted and avaliable on github.
Supports many operating systems including Linux, Mac and Windows.
Future features include cross-device sync via cloud storage making your notes avalible on all your devices all at once.
Don't see a download for your platform? No worries Marquee is open source. Just download the source and you can build it yourself!
$ # Clone from github
$ git clone https://github.com/BarryPH/marquee
$ # Install dependencies
$ cd marquee
$ npm i
$ # Run with electron
$ electron .