Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivier-m/minislate
A wysiwyg experiment
https://github.com/olivier-m/minislate
Last synced: 5 days ago
JSON representation
A wysiwyg experiment
- Host: GitHub
- URL: https://github.com/olivier-m/minislate
- Owner: olivier-m
- License: mit
- Created: 2014-03-06T17:51:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T10:32:10.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T12:35:12.454Z (3 months ago)
- Language: JavaScript
- Homepage: http://olivier-m.github.io/minislate/
- Size: 1.49 MB
- Stars: 73
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - olivier-m/minislate - A wysiwyg experiment (others)
README
# Minislate
This is Minislate, a minimalist, opinionated WYSIWYG editor. It aims at getting things
right and avoiding common pitfalls of web editors.## Minimalist & opinionated
One of the most challenging tasks with web editors is to keep it as simple as possible
while having it work on major platforms. Here are some strong principles followed by
Minislate:- What you need, when you need it, based on context
- Extensible components (buttons and menus)
- Vanilla JavaScript. No framework, keep yours!## Download and install
First, [download Minislate](https://github.com/olivier-m/minislate/releases), unzip it and copy the following files to a location of your choice:
- `css/minislate-full.min.css`
- `css/fonts` (keep fonts in the same folder as the css file)
- `js/minislate.min.js`Add the following code in the `head` element of your page:
```html
```
At the bottom of the page, before the `