📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Go to file
2018-02-22 23:37:09 +08:00
.electron-vue bug: fix codemirror loadmode didn\'t work in production environment 2017-11-22 10:57:37 +08:00
.github feat: inline syntax - link \ empty link \ linline code 2017-11-17 23:15:20 +08:00
build/icons fix the problem that can not copy single line text 2018-02-22 19:48:04 +08:00
dist first commit 2017-11-13 00:05:57 +08:00
src fix the problem that can not copy single line text 2018-02-22 19:48:04 +08:00
static update readme file 2018-02-22 23:37:09 +08:00
test first commit 2017-11-13 00:05:57 +08:00
.babelrc feat: insert table by menu 2018-02-04 17:50:45 +08:00
.eslintignore feat: task list surport import and export markdown 2018-01-20 01:28:07 +08:00
.eslintrc.js first commit 2017-11-13 00:05:57 +08:00
.gitignore fix typo error 2017-12-22 18:04:50 +08:00
.travis.yml first commit 2017-11-13 00:05:57 +08:00
appveyor.yml first commit 2017-11-13 00:05:57 +08:00
LICENSE update todo list 2018-01-30 22:46:44 +08:00
package-lock.json feat: add aganippe to open with 2018-02-19 18:16:04 +08:00
package.json fix the problem that can not copy single line text 2018-02-22 19:48:04 +08:00
README.md update readme file 2018-02-22 23:37:09 +08:00
TODO.md fix the problem that can not copy single line text 2018-02-22 19:48:04 +08:00

MarkText

MarkText is an open source Markdown editor for OS X, released under the MIT license. It is inspired by outstanding markdown editor Typora.

Why write another Markdown editor ?

  1. Typora is so excellent that I love it so much that I cannot bear to part with it. But in the process of using Typora, I still find some small problems. As a programmer, I can't wait to fix these problems, because Typora is not an open source software. So I decided to write a self - used markdown editor and open source for all the people who love markdown.

  2. As mentioned above, MarkText will be open source indefinitely. It is also hoped that all markdown lovers can contribute their own code, and develop MarkText into a popular markdown editor.

  3. There are many markdown editors, and each editor has its own characteristics, but it is also difficult to satisfy all makdown users' needs. I hope MarkText can satisfy markdown users' needs as much as possible. Although the latest MarkText is still not perfect, but we are trying to make it perfect.

Features

  • Support CommonMark Spec and GitHub Flavored Markdown Spec.

  • Support paragraphs and line style shortcuts to improve your writing efficiency.

  • Output HTML file, which is convenient for you to open in the browser.

  • Output PDF file (in development).

  • Supporting the editing of mathematical formulas (in development).

  • English word autocompletion (in development).

Install

Download, unzip, and drag the app to Applications folder.

Development

If you wish to build MarkText yourself.

  • first clone this repo.

  • Run npm install

  • Run npm run build

  • copy the build app to Applications folder.

When you use MarkText, if you have any questions, you are welcome to write an issue, but I hope you follow the format of issue. Of course, if you can submit a PR directly, it will be appreciated.

Last

If you find MarkText suitable for your needs, It's my pleasure.