Rich text editors are commonly implemented as plugins to CMS sites made with joomla, wordpress etc, but can these be used to work with a website that someone makes from scratch with just html php javascript and the works?
Rich text editors are commonly implemented as plugins to CMS sites made with joomla,
Share
Most CMSes implement a rich text editor like CKEditor. This is written in JavaScript and can be implemented in any web application – for example by using html php and javascript as you suggest.
Check out their website for more info and examples on how to implement it.