Page 1 of 1

Ckeditor plugin for flatpress

Posted: Sun Aug 18, 2019 11:22 pm
by franah
I created a small pluging to use a Fckeditor in flatpress entries. Ckeditor is a WYSIWYG HTML editor, and looks like this:
Screenshot_2019-08-18 FlatPress « Administration area « Write Entry « Entries.png
Screenshot_2019-08-18 FlatPress « Administration area « Write Entry « Entries.png (45.47 KiB) Viewed 6585 times
This plugin is very lightweight, because use the Ckeditor CDN network (The editor is hosted in Ckeditor server´s not in your blog).

However, this plugin only works in entries. If you want to use the editor with static pages, you need to edit this file:

Admin/panels/static/admin.static.write.tpl

Find the line with:

“{*here will go a plugin hook*}”

And then write:

{action hook=simple_edit_form}

Is Ckeditor compatible with bbcode? Yes. You can use both at same time. However, I recommend to use only one at the same time.

Download:
ckeditor plugin flatpress.zip
(1.32 KiB) Downloaded 307 times

Re: Ckeditor plugin for flatpress

Posted: Thu Aug 29, 2019 10:18 am
by AKNightHawk
Howdy. I just installed your plugin and will test it. It looks like it will probably work good at least I hope anyway. I will review it and let ya know what I think. :)

Re: Ckeditor plugin for flatpress

Posted: Thu Aug 29, 2019 10:04 pm
by franah
Hi, thank you for test my plugin :D

I wrote a few entries with Ckeditor and it works perfect.