No description
  • TypeScript 36.7%
  • JavaScript 35.6%
  • Vue 14.1%
  • CSS 13.4%
  • NSIS 0.1%
Find a file
2026-05-28 22:15:16 +08:00
.github build: add Windows ARM64 native build support (#4279) 2026-05-25 10:43:53 +08:00
.vscode FIx: switch path-browserify to Pathe + image pasting on windows + cleanup console.logs (#4274) 2026-05-24 20:11:24 +08:00
build ci(release): split into validate→build→publish, harden workflow (#4266) 2026-05-23 16:22:35 +08:00
docs Merge origin/master into sync-master-v0.19.0 2026-05-28 22:14:44 +08:00
patches feat: migrate package manager from npm to pnpm (#4213) 2026-05-15 23:28:33 +08:00
scripts chore(ts): final prettier + lint --fix pass 2026-05-22 15:52:47 +08:00
src chore: misc simplifications (#4290) 2026-05-27 13:11:51 +08:00
static build: add Windows ARM64 native build support (#4279) 2026-05-25 10:43:53 +08:00
test test(e2e): regression guards for previously-reported "Unexpected error" crashes (#4268) 2026-05-23 17:37:18 +08:00
.editorconfig Re-Factor MarkText with electron-vite (#4001) 2026-05-13 12:18:49 +08:00
.gitignore restore: recover accidentally deleted tests from PR #4001 (#4197) 2026-05-13 17:24:50 +08:00
.npmrc feat: migrate package manager from npm to pnpm (#4213) 2026-05-15 23:28:33 +08:00
.prettierrc.yaml Re-Factor MarkText with electron-vite (#4001) 2026-05-13 12:18:49 +08:00
CLAUDE.md docs: add TYPESCRIPT.md and refresh CLAUDE.md for the TS migration 2026-05-22 15:52:47 +08:00
electron-builder.yml fix(build): restore dedicated .md file icon on Windows (#4284) 2026-05-27 11:46:34 +08:00
electron.vite.config.ts refactor(image): remove GitHub uploader and None option; default to PicGo (#4276) 2026-05-24 23:39:45 +08:00
eslint.config.js chore(eslint): ignore .claude/ worktree clones in lint runs (#4256) 2026-05-22 20:45:41 +08:00
LICENSE Removed the space in 'Mark Text' (#2763) (#2782) 2021-12-25 21:05:58 +08:00
package.json chore(release): v0.19.0 2026-05-28 21:49:53 +08:00
pnpm-lock.yaml refactor(image): remove GitHub uploader and None option; default to PicGo (#4276) 2026-05-24 23:39:45 +08:00
pnpm-workspace.yaml fix: add pnpm-workspace.yaml to approve build scripts for native deps (#4230) 2026-05-16 22:36:24 +08:00
README.md docs: update CommonMark Spec links to latest version (#4235) 2026-05-18 09:50:05 +08:00
tsconfig.base.json refactor(test): port specs to strict TS — drop @ts-nocheck, ESM imports (TS migration follow-up 3/6) (#4251) 2026-05-22 19:41:10 +08:00
tsconfig.json chore(ts): add TypeScript tooling foundation 2026-05-22 09:31:41 +08:00
vitest.config.ts chore(ts): final prettier + lint --fix pass 2026-05-22 15:52:47 +08:00

MarkText

MarkText

🔆 Next generation markdown editor 🌙
A simple and elegant open-source markdown editor that focused on speed and usability.
Available for Linux, macOS and Windows.

This Markdown editor that could. Built with ❤︎ by Jocs and contributors .

Sponsors

MarkText is an open-source Markdown editor powered by the support of its community. If MarkText improves your workflow, please consider sponsoring the project. Thank you to all the sponsors ❤️

Special Sponsor

Scrape Google and other search engines from our fast, easy, and complete API.

Screenshot

Features

  • Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience.
  • Support CommonMark Spec, GitHub Flavored Markdown Spec and selective support Pandoc markdown.
  • Markdown extensions such as math expressions (KaTeX), front matter and emojis.
  • Support paragraphs and inline style shortcuts to improve your writing efficiency.
  • Output HTML and PDF files.
  • Various themes: Cadmium Light, Material Dark etc.
  • Various editing modes: Source Code mode, Typewriter mode, Focus mode.
  • Paste images directly from clipboard.

Download and Installation

platform

Download for macOS Download for Windows Download for Linux

Want to see new features of the latest version? Please refer to CHANGELOG.

macOS

You can either download the latest marktext-%version%.dmg from the release page or install MarkText using homebrew cask. To use Homebrew-Cask you just need to have Homebrew installed.

brew install --cask mark-text

Windows

Simply download and install MarkText via setup wizard (marktext-setup-%version%.exe) and choose whether to install per-user or machine wide. Alternatively, install MarkText using a package manager such as Chocolatey or Winget.

To use Chocolatey, you need to have Chocolatey installed:

choco install marktext

To use Winget, you need to have Winget installed:

winget install marktext

Linux

Please follow the Linux installation instructions.

Other

All binaries for Linux, macOS and Windows can be downloaded from the release page. If a version is unavailable for your system, then please open an issue.

Development

If you wish to build MarkText yourself, please check out our build instructions.

If you have any questions regarding MarkText, you are welcome to write an issue. When doing so please use the default format found when opening an issue. Of course, if you submit a PR directly, it will be greatly appreciated.

Contribution

MarkText is in development, please make sure to read the Contributing Guide before making a pull request. Want to add some features to MarkText? Refer to our roadmap and open issues.

Contributors

Thank you to all the people who have already contributed to MarkText[contributors].

License

MIT.