minislate
minislate copied to clipboard
A wysiwyg experiment
The floating bar at the cursor is being shown consistently, it blocks the view of surrounding text. Can it be hidden after sometime of inactivity (say 5 sec) or may...
Is this possible, or within the scope of the project? I'm [comparing WYSIWYG editors](https://github.com/dandv/comparisons/blob/master/JavaScript-WYSIWYG-editors.md) and have been looking for this feature.
Very simple translation management system. Use `tr('yourstring')` when you deal with a string that needs to be translatable. If you have dynamic variables, you can use `tr('Title level {level}', {level:...
This PR adapts the toolbar alignment behaviour when in RTL mode (for example for Arabic). It can be set with a new `rtl` option (that defaults to false), plus it's...
This one is very small, and allow people to create their own Control classes, with custom dialog and buttons.
Just a quick summary of the options I see to have [OEmbed](http://www.oembed.com/) support. The main issue is that oembed format doesn't necessarily means CORS support, and de facto the main...
Hi, Oliver, merci beaucoup for great software :) Ever thought of releasing this into npm? It would work just the way it is (since many people out there prefer Browserify).