📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Go to file
2018-03-03 02:30:06 +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 feat: source code mode 2018-03-03 02:30:06 +08:00
static fix: avoid pack summary.gif to app bundle 2018-02-27 14:48:01 +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 opti:title bar and task list checkbox style optimization 2018-02-28 16:00:10 +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
CHANGELOG.md feat: source code mode 2018-03-03 02:30:06 +08:00
LICENSE opti: optimization the table tool bar style and float box style 2018-02-26 18:36:27 +08:00
mark-text-icon.png update: TODOLIST 2018-02-25 23:22:04 +08:00
package-lock.json feat: search value, find next find prev 2018-03-01 20:50:11 +08:00
package.json feat: search value, find next find prev 2018-03-01 20:50:11 +08:00
README.md opti:title bar and task list checkbox style optimization 2018-02-28 16:00:10 +08:00
summary.gif fix: avoid pack summary.gif to app bundle 2018-02-27 14:48:01 +08:00
TODOLIST.md feat: search value, find next find prev 2018-03-01 20:50:11 +08:00
Untitled - unsaved feat: source code mode 2018-03-03 02:30:06 +08:00

MarkText

GitHub version

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.