Webfashionist RichText Versions Save

WYSIWYG editor developed as jQuery plugin

v.1.0.8

6 years ago
  • Improved cleaning up the HTML code, mainly if copied from Office tools (Word, LibreOffice, ...)
  • Improved adding/replacing heading tags (h1-h6)
  • It is now possible to add translations to the editor. A new object has been added to the settings

Thank you for all the nice and helpful feedback I already got!

v.1.0.7

6 years ago

Context menus for URLs and images have now been added. It's now easier to modify/replace links and images, without having to check the HTML code.

A few other code improvements have been added.

v.1.0.6

6 years ago

Opening the code view (and changing some code) and switching back to the editor wasn't possible. This is now possible again, happy coding!

v.1.0.5

6 years ago

Add fix for bold, italic and underline formatting with multiple editors on a single page

v.1.0.4

6 years ago

A few fixes and optimizations have been made, mainly regarding selection issues.

Creating list elements (ol and ul) is now a bit easier as well.

v.1.0.3

6 years ago

A few minor updates have been made:

  • The code editor has now an improved look with terminal-like colors
  • Fonts can now be added
  • It is now possible to have <p> instead of <div> tags to wrap your content
  • The first line didn't have a parent tag, this is now fixed!

v.1.0.2

6 years ago

Developer settings

  • It is possible to set a custom editor ID and extend the editor class (with a single or multiple classes, separated with a space). These attributes will be set to the outer <div> container of the editor.

  • You can set the height of the editor directly as plugin option while initializing the editor. The heightPercentage allows to set the percentage height of the editor based on it's parent container.

Table options

  • Extending a table with a new row is now really simple: You can continue TABing through the table even after you reached the end of the last row.

Fixes

  • It wasn't possible to drag images from one line to another, as the resizing automatically was activated by doing so. Resizing images is now only possible in the bottom right corner of the image, dragging the image is possible by clicking on the image and moving it to the preferred place in the content.

  • Closing the info popup wasn't possible if multiple editors were initialized on the same page. This does work again.

If you want to know more about the available options and their default values, please see the README file.

If you have any ideas, suggestions, issues or bugfixes, feel free to contribute. Check out the contributing guidelines for ways to offer feedback and contribute.

v.1.0.1

6 years ago

RichText now includes history!

Move back and forth between every change you make in the WYSIWYG or code editor.

v.1.0.0

6 years ago

Complete list of the features currently implemented:

  • Text formatting
  • Text alignment
  • Lists
  • Titles
  • Font colors
  • Embedding video
    • YouTube
    • Vimeo
    • Dailymotion
    • Facebook
  • Adding URLs
  • Add tables
  • Remove styles from selection
  • Show code
  • Replace double quotes (default) from HTML attributes through single quotes.

Please read the README to see the current and planned features and how to implement the editor.