A simple markdown and code editor powered by Markdown-it, Ace and Electron.
- Live preview of Markdown, HTML, LSX formats.
- Export Markdown, HTML, and LSX into PDF or HTML.
- Code highlighting.
- C#
- CSS
- Dockerfile
- Go
- GraphQL
- HTML
- INI
- Java
- JavaScript
- JSON
- JSON5
- JSX
- Kotlin
- Latex
- Less
- Lisp
- Makefile
- Markdown
- Protobuf
- Python
- R
- Ruby
- Rust
- Sass
- Scss
- Shell script
- SQL
- SVG
- Tex
- TOML
- TSX
- TypeScript
- XML
- YAML
- Markdown extended syntax
- Many markdown-it plugins are enabled. See here.
- Scripting and value expansion
- See here.
- Full screen mode (F11)
- mdne-electron
- Standalone offline desktop app for Windows/Mac/Linux.
- This repository
- Electron app
- Standalone offline desktop app for Windows/Mac/Linux.
- mdne online
- Online markdown editor for Chrome/Chromium Edge/Firefox.
- This repository
- PWA (Progressive Web Apps)
- Online markdown editor for Chrome/Chromium Edge/Firefox.
- mdne-sf
- Edit Salesforce record's field. (browser app)
- Markdown preview Visualforce page example
- mdne (mdne-classic)
- Offline desktop app for Google Chrome browser + Node.js.
- Carlo app
- Offline desktop app for Google Chrome browser + Node.js.
- mdne-for-kintone
- Edit kintone record's field. (browser app)
Please use Ménneu CLI.
- Google Chrome: latest
- Chromium Edge: latest
- Firefox: latest
- Rendering / exporting to PDF is not available.
- Save and SaveAs commands download the file being edited.
- [Optional] Google Chrome (latest)
- for previewing as or exporting as PDF
npm ci
# npm install # it causes a dependency update
npm run build
npm run build:mainproc
npm run build:renderer
npm run build:browser
npm run clean
npm start
# npm run clean
# npm run build
npm run dist:unpacked
# npm run clean
# npm run build
npm run dist # build for current machine
# npm run dist:win # build for windows (x64)
# npm run dist:linux # build for linux (x64)
# npm run dist:mac # build for macos (x64)
npm run test
npm run lint
- DWM.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000001
"AccentColor"=dword:00242120
"AccentColorInactive"=dword:0043403c
See this guide.
ISC
Copyright (c) 2019-2020 Shellyl_N and Authors.
- Ace: license (BSD-3-Clause)
- Carlo: license (Apache License 2.0)
- Materialize: license (MIT)
- Normalize.css: license (MIT)
- github-markdown-css: license (MIT)
- highlight.js: license (BSD 3-Clause)
- React: license (MIT)
- pako: license (MIT + ZLIB)
- dialog-polyfill: license (BSD-3-Clause)