{"id":44840825,"url":"https://github.com/wglubrigati/marktext-plus","last_synced_at":"2026-04-02T19:16:30.501Z","repository":{"id":338889771,"uuid":"1159591443","full_name":"wglubrigati/marktext-plus","owner":"wglubrigati","description":"MarkText+ — A modern, enhanced fork of MarkText with stability fixes, multi-format file support, and smarter editing.","archived":false,"fork":false,"pushed_at":"2026-03-31T00:36:44.000Z","size":83788,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T04:04:25.538Z","etag":null,"topics":["cross-platform","desktop-app","editor","electron","markdown","marktext","open-source","vue3","wysiwyg"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wglubrigati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T23:02:04.000Z","updated_at":"2026-03-31T00:36:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wglubrigati/marktext-plus","commit_stats":null,"previous_names":["wplusg/marktext-plus"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/wglubrigati/marktext-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wglubrigati%2Fmarktext-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wglubrigati%2Fmarktext-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wglubrigati%2Fmarktext-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wglubrigati%2Fmarktext-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wglubrigati","download_url":"https://codeload.github.com/wglubrigati/marktext-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wglubrigati%2Fmarktext-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-platform","desktop-app","editor","electron","markdown","marktext","open-source","vue3","wysiwyg"],"created_at":"2026-02-17T03:24:59.262Z","updated_at":"2026-04-02T19:16:30.492Z","avatar_url":"https://github.com/wglubrigati.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"static/logo-small.png\" alt=\"MarkText+\" width=\"128\" height=\"128\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eMarkText+\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A modern, enhanced fork of \u003ca href=\"https://github.com/marktext/marktext\"\u003eMarkText\u003c/a\u003e — the elegant markdown editor.\u003cbr\u003e\n  Focused on \u003cstrong\u003estability\u003c/strong\u003e, \u003cstrong\u003edaily usability\u003c/strong\u003e, and going beyond markdown-only editing.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wglubrigati/marktext-plus/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Why MarkText+?\n\n[MarkText](https://github.com/marktext/marktext) is one of the best open-source markdown editors — minimal, fast, and distraction-free. But the original project has been unmaintained for years.\n\n[Tkaixiang's fork](https://github.com/Tkaixiang/marktext) did a great job modernizing the codebase (Vue 3, Pinia, electron-vite, i18n support), but there were still rough edges in daily use: false \"unsaved changes\" prompts, occasional crashes, and the inability to open anything other than markdown files.\n\n**MarkText+** picks up where those projects left off.\n\n## What's New\n\n- **Open any text file** — not just markdown. JSON, YAML, Python, JavaScript, and more open with syntax highlighting\n- **No more phantom \"unsaved\" warnings** — files no longer appear dirty right after opening\n- **Undo fully works** — editing and undoing back to the original content correctly marks the file as clean\n- **Fewer crashes** — fixed several crash scenarios around tab switching, empty history, and file watchers\n- **Auto-reload files** — unmodified files automatically update when changed on disk (configurable)\n- **Smarter file watcher** — ignores binary files (images, fonts, archives) to reduce unnecessary I/O\n- **Quick Open finds everything** — `Ctrl+P` searches all files in your project, not just `.md`\n- **Drag \u0026 drop any file** — drop files onto the editor to open them regardless of extension\n- **Auto-hide notifications** — notifications with countdown timers that dismiss themselves\n- **Experimental preferences** — new settings category for opt-in features\n\n## Features\n\nEverything from MarkText you already love:\n\n- Real-time WYSIWYG preview with a clean, distraction-free interface\n- CommonMark, GitHub Flavored Markdown, and Pandoc support\n- Math expressions (KaTeX), Mermaid diagrams, front matter, emojis\n- **33 built-in themes** — Dracula, Nord, Catppuccin, Tokyo Night, Gruvbox, and many more\n- Source Code, Typewriter, and Focus editing modes\n- Paste images directly from clipboard\n- Export to HTML and PDF\n- Available in **9 languages**\n\n## Installation\n\nDownload from the [Releases page](https://github.com/wglubrigati/marktext-plus/releases) — available for Windows, macOS, and Linux.\n\n\u003e **macOS users:** You may see a \"damaged and can't be opened\" warning due to lack of notarization. See [this fix](https://github.com/marktext/marktext/issues/3004#issuecomment-1038207300).\n\n## Building from Source\n\n```bash\ngit clone https://github.com/wglubrigati/marktext-plus.git\ncd marktext-plus\nnpm install\nnpm run dev\n```\n\nTo build distributable packages: `npm run build:linux`, `build:win`, or `build:mac`.\n\n## Acknowledgements\n\nMarkText+ stands on the shoulders of giants:\n\n- **[MarkText](https://github.com/marktext/marktext)** by [Jocs (Luo Ran)](https://github.com/Jocs) and [contributors](https://github.com/marktext/marktext/graphs/contributors) — the original editor\n- **[Tkaixiang's fork](https://github.com/Tkaixiang/marktext)** by [Teo Kai Xiang](https://github.com/Tkaixiang) — the Vue 3 / electron-vite modernization and i18n\n- **[Jacob Whall's fork](https://github.com/jacobwhall/marktext)** — early maintenance efforts\n\n## Contributing\n\nBug reports, pull requests, and testing on different platforms are all welcome.\n\n## License\n\n[MIT](LICENSE)\n\nCopyright (c) 2017-present Luo Ran \u0026 MarkText Contributors\nCopyright (c) 2025 Teo Kai Xiang\nCopyright (c) 2026 William Lubrigati\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwglubrigati%2Fmarktext-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwglubrigati%2Fmarktext-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwglubrigati%2Fmarktext-plus/lists"}