@excellens/markdown-notepad
Version:
A simple but extensible markdown editor based on @excellens/elementary.
36 lines (21 loc) • 734 B
Markdown
# excellens/markdown-notepad
A simple but extensible markdown editor based on [@excellens/elementary]().
## About
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
## Installation
```bash
npm install @excellens/markdown-notepad --save
```
Yes, it's as simple as that.
## Usage
> tbd
An example can be found inside the `example/` directory of this repository.
## License
It's MIT.