📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Go to file
2018-03-07 11:11:51 +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
doc update changelog 2018-03-05 17:55:34 +08:00
src fix: fix the bug the editor will lose cursor after input Chinese 2018-03-07 11:11:51 +08:00
static update changelog 2018-03-05 17:55:34 +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: doutu 2018-03-06 21:09:35 +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: doutu 2018-03-06 21:09:35 +08:00
package.json feat: doutu 2018-03-06 21:09:35 +08:00
README.md update readme 2018-03-07 00:55:27 +08:00
TODOLIST.md opti: delete some unused code 2018-03-03 23:36:41 +08:00

Mark Text

Mark Text is a Markdown editor for Mac, It is a concise text editor, dedicated to improving your editing efficiency, enabling you to enjoy pleasure when you finish documents, novels and conference notes easily.

Features

  • Realtime preview and use snabbdom as it's render engine.
  • Support CommonMark Spec and GitHub Flavored Markdown Spec.
  • Support paragraphs and inline style shortcuts to improve your writing efficiency.
  • Output HTML and PDF file.
  • Multiple themes.
  • Various edit mode: Source Code modeTypewriter modeFocus mode.

Source Code Mode

Typewriter Mode

Focus Mode

Why write another editor?

  1. I love writing, I have used a lot of markdown editors,there is still not a editor can fully meet my needs, I don't like to be disturbed when I write, and some unbearable bug, Mark Text use virtual DOM to render the page, So it's high efficiency, and open source to friends all love markdown and writing.
  2. As mentioned above, Mark Text will be open source indefinitely. It is also hoped that all markdown lovers can contribute their own code, and develop Mark Text 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 Mark Text can satisfy markdown users' needs as much as possible. Although the latest Mark Text is still not perfect, but we are trying to make it perfect.

Download

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

Development

If you wish to build Mark Text yourself.

  • first clone this repo.
  • Run npm install
  • Run npm run build
  • copy the build app to Applications folder.

When you use Mark Text, 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

It is under MIT LICENSE.

if you find Mark Text suitable for your needs, It's my pleasure.