Package Exports
- mdne
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mdne) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mdne - Markdown Neo Edit
A simple markdown and code editor powered by Markdown-it, Ace and Carlo.
Features
- Live preview of Markdown, HTML, LSX formats.
- Export Markdown, HTML, LSX into PDF or HTML.
- Code highlighting.
- C#
- CSS
- GraphQL
- HTML
- JavaScript
- JSON
- Less
- Lisp
- Markdown
- Protobuf
- Python
- Sass
- Scss
- shell script
- SQL
- SVG
- TSX
- TypeScript
- XML
- YAML
- Markdown extended syntax
- Many markdown-it plugins are enabled. See here.
- Scripting and value expansion
- See here.
Install
Prerequirements
- Google Chrome
- Node>=10
Install from NPM
npm install -g mdneCreate desktop and 'send to' menu shoorcuts (Windows)
- Download source zip archive from here.
- Extract zip archive and run
make-shortcut.cmd.NOTE: To run on
node>=12, runmake-shortcut-node12.cmdinstead.
Run
Open blank editor:
mdne
## To run on node>=12, use `mdne12` instead.
## TO run on Windows, use `mdnew` or `mdnew12` instead.Open file:
mdne README.md
## To run on node>=12, use `mdne12` instead.
## TO run on Windows, use `mdnew` or `mdnew12` instead.Security warning
Exposing of Node side functions by RPC is enabled in preview iframe.
DON'T OPEN links to untrusted sites from the preview.
Exposed functions have the ability to list / read / write local files.
License
ISC
Copyright (c) 2019 Shellyl_N and Authors.