ilosuna / phpsqlitecms

phpSQLiteCMS is a simple and lightweight web content management system based on PHP and SQLite.
phpsqlitecms.net
MIT License
138 stars 75 forks source link

TinyMCE integration #12

Closed sim2github closed 10 years ago

sim2github commented 10 years ago
language_url : '/languages/de.js'
ilosuna commented 10 years ago

Redactor don't change language when admin panel language is different then english selected.

Confirmed!

Insert/edit image is allow only to paste URL Do you plan to use included image manager or something like elFinder?

The WYSIWYG editor did not have a high priority so far. It is true, though, that its integration could be improved! However, I'd like to keep it as simple as possible. Maybe support for [image:xxx], [thumbnail:xxx] and [gallery:xxx] would be an idea at first.

Is primary idea to use CDN supported scripts?

Yes, I think it makes sense for common libraries. It keeps the package size small and improves the site performance (if the library is already cached).

sim2github commented 10 years ago

As i see in TinyMCE site: language unable to get via CDN. So anyway most parts of librarys would be located in CMS. IMHO WYSIWYG editor is inherent part of CMS, no one want to bother with HTML tags. In this case i like CandyCMS that use Imperavi redactor - redactor takes most of works in page writing.

Needed CMS usability (as i think) is:

sim2github commented 10 years ago

At least we need to document usage most popular WYSIWYG editor e.g TinyMCE, CKEditor, ElRLTE. May be in WIKI pages of GitHub.