Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 `