Thanks for the suggestions flocks... Working on implementing them.
Will report back soon when done
PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Well... Its on... Check out the attached images
Features:
Features:
- WISIWYG Editor
- Preview images before inserting them
- Instant swap between Rich Text and BBCode
- Buttons in toolbar is not enabled while editing BBCode
- Alot of other bugs which made me drop couple of features included earlier
- Attachments
-
- Editing BBCode (source)
- phpbb-rte-bbcode.jpg (173.8 KiB) Viewed 2626 times
-
- Rich Text Editor with inputs
- phpbb-rte-in.jpg (188.8 KiB) Viewed 2626 times
-
- Rich Text Editor clear
- phpbb-rte.jpg (175.57 KiB) Viewed 2626 times
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Updated the appearance. And, last time, I forgot to attach screen shots of inserting images and links... So, here they are too...
Feed backs please...
Feed backs please...
- Attachments
-
- BBCode after Image and Link insertion
- phpbb-rte-img-bbcode.jpg (183.6 KiB) Viewed 2628 times
-
- Inserting Links
- phpbb-rte-link-in.jpg (183.66 KiB) Viewed 2628 times
-
- Inserting Images
- phpbb-rte-img.jpg (194.59 KiB) Viewed 2628 times
Re: [RFC] WYSIWYG Editor/Rich Text Editor
The buttons are being disabled when you click to view the source *cry*.
Please make it so that the buttons won't get disabled and are still usable.
Please make it so that the buttons won't get disabled and are still usable.
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Also styling will probably change, as it needs to suit current style (prosilver, etc.), but it looks pretty good!
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Well, I haven't done much hard core customization on CKEditor. It is just the available features of CKEditor that I have used.brunoais wrote:The buttons are being disabled when you click to view the source *cry*.
Please make it so that the buttons won't get disabled and are still usable.
Using the Bootstrap CK Skin. Personally I love it.Senky wrote:Also styling will probably change, as it needs to suit current style (prosilver, etc.), but it looks pretty good!
Besides, there are a lot of bugs in the bbcode plugin of CKEditor which requires fixing. I realized this while working on the editor. Anyway, thanks for the feedback. Now, going to get my hands dirty by doing some hard core coding. It is time to pay CKEditor Docs and Forums a good long vist
Re: [RFC] WYSIWYG Editor/Rich Text Editor
By the way, just tried out TinyMCE... Looks much neater than CKEditor.
- Attachments
-
- tinymce-edit.jpg (174.78 KiB) Viewed 2369 times
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Please proceed.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] WYSIWYG Editor/Rich Text Editor
I prefer CKEditor.
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Now, here are the results of my tests with the current bbcode plugin for TinyMCE.
Attaching screen shots...
- Lists are not properly bbcoded. Outputs HTML rather than bbcode when used
- Smileys are not properly bbcoded. Uses bbcode.
- Font sizes shown in pixels in editor(as Normal etc. in phpBB), and as 'normal' etc. in bbcode view (phpbb shows font sizes as 200 etc in bbCode view)
- Font size, color etc. gets coupled into a single bbcode tag when used together
Attaching screen shots...
- Attachments
-
- Font Size and Color Coupling Bug
- tinymce-fontsize.jpg (188.14 KiB) Viewed 2477 times
-
- List and Smiley Bug
- tinymce-list.jpg (196.74 KiB) Viewed 2477 times