A simple but extensible markdown editor based on @excellens/elementary.
The motivation behind this project is to provide a drop-in notepad editor written in plain javascript (almost).
Among its prominent features are:
- A simple tab api to add tabs
- Theme support
- An abstract action api for buttons and keyboard shortcuts
- Shared state between multiple instances
- And of course that its plain in JavaScript (almost)
tbd
npm install @excellens/markdown-notepad --saveYes, it's as simple as that.
tbd
An example can be found inside the example/ directory of this repository.
It's MIT.