Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 26, 2012, 06:45:56 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
155534
Posts in
21713
Topics by
7737
Members
Latest Member:
chris85
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New WYSIWYG editor: nicEdit
Pages: [
1
]
Go Down
Author
Topic: New WYSIWYG editor: nicEdit (Read 1568 times)
Waldschwein
Guest
New WYSIWYG editor: nicEdit
«
on:
June 16, 2010, 03:37:16 PM »
Hello!
I created a new WYSIWYG WebsiteBaker module from nicEdit.
http://nicedit.com/
What is the advantage of this?
- It is much smaller than most other editors like CKEditor, FCKEditor or TinyMCE. One single .js file that's 33kb in size - just the filebrowser is a bit bigger.
- WebsiteBaker is very easy itself. Not everybody likes the feature blown editors - nicEdit fits there quite good.
- It is licensed with MIT license.
What is included?
- The editor.
- An AJAX filebrowser plugin (veeery experimental, there is no guarantee it is secure!!!) for uploading images.
What is not included?
- There is no editor.css, less features as "the big ones", no exhaustive API (but there is one).
Please test the editor and let us know, how you like it.
The filebrowser has several problems with wb files (throws out some errors in E_NOTICE). So first I deactivated all checks from WB - so never use it live!
Yours Michael
«
Last Edit: June 17, 2010, 03:43:15 PM by Waldschwein
»
Logged
pcwacht
AddOn Development
Offline
Posts: 2859
Re: New WYSIWYG editor: nicEdit
«
Reply #1 on:
June 16, 2010, 04:00:20 PM »
Will test and give feedback
Was looking for a real small editor for frontend edit possibilities.
This could be the one...
Or are there other real light editors out there wich could be used? Please answer only in PM , don't want to hijack this thread.
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
Waldschwein
Guest
Re: New WYSIWYG editor: nicEdit
«
Reply #2 on:
June 16, 2010, 10:20:30 PM »
Hello!
[Offtopic, because it's quite interesting I think...)
There is one here:
http://www.websitebakers.com/pages/admin/admin-tools/wymeditor.php
But I don't like the concept of WYMeditor because it's not understandable for non-designer or non-programmer. There would be whizzywig and textile.
http://unverse.net/Whizzywig-web-based-rich-text-editor
: Basically whizzywig is quite good for using, but quite a horror for programmers - something that could be an API but without any help, and you need too much code to change something. Also it has no plugin system.
http://textile.thresholdstate.com/
: Textile is no real WYSIWYG editor in fact, because it has no buttons and is only a PHP-class. I think textile is really good, but the problem is - you need to be a good PHP coder to make a module out of it that's useful (basically each textfield with three options: textile / XHTML / Preview).
For frontend possibilities I would use nicEdit or CKEditor with basic toolbar. There is a BBCode module for nicEdit, I will integrate it, because that could be interesting. But - there need to be filebrowser disabled. Filebrowser is right now too basic and unsecure you can use it.
Yours Michael
Logged
tiesy
Offline
Posts: 124
Re: New WYSIWYG editor: nicEdit
«
Reply #3 on:
June 16, 2010, 11:45:23 PM »
It seems that there is´nt any further development on NicEdit for more than a year. Is it useful to make a new module with an older wysiwy-editor? If someone needs less functions in wysiwyg-areas, it´s easy to disable them e.g in fckeditor.
Logged
Waldschwein
Guest
Re: New WYSIWYG editor: nicEdit
«
Reply #4 on:
June 17, 2010, 09:24:17 AM »
Hello!
Well, as NicEdit works in most browsers and is quite easy to understand how it's written (even for me as non-developer) I don't think it's a bad idea to make a module out of it.
The basic idea behind making a module out of a basic editor is just that it's really small and fitting for most people.
Of course everybody can use FCKEditor (or better: CKEditor, I made a module with much help of others here, too), but at least they have 10-20 times more files and more size.
Basically my "dream" is a very extendable WYSIWYG-module with configuration inside WB backend (not file based) and several features people don't see but feel - but it would be a really big coding, and is right now not possible with WB.
I mean: History (there is a replacement right now), API for HTMLPurifier and similar, "fall-back editor" Textile.
I don't think several WYSIWYG editors are bad, because people can choose what they want. But there need to be in future the possibility every user can choose his favourite editor.
Yours Michael
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
Re: New WYSIWYG editor: nicEdit
«
Reply #5 on:
June 17, 2010, 09:46:41 AM »
Quote from: Waldschwein on June 17, 2010, 09:24:17 AM
But there need to be in future the possibility every user can choose his favourite editor.
Hello Michael,
I don't think that this is a good Idea.
Different Editors generate different output and it can occur that UserA overwrites UserB's inputs.
Did you think about it?
I think the best editor for now is CKE.
Of course a Admin-Tool with further Settings would be great instead of a file based one... but this is just for comfort, not for feature richness.
Regards,
Stefek
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Waldschwein
Guest
Re: New WYSIWYG editor: nicEdit
«
Reply #6 on:
June 17, 2010, 10:04:29 AM »
Hello!
Not with WYSIWYG history and HTMLpurifier.
But ok, perhaps it's too much.
Yours Michael
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
Re: New WYSIWYG editor: nicEdit
«
Reply #7 on:
June 17, 2010, 10:21:55 AM »
Hello Michael,
History is for the WYSIWYG Module. Shouldn't be affected by the Editor.
And HTML purifier can be done on the fly with a FrontendFilter Plugin, if somebody really needs it.
Regards,
Stefek
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Waldschwein
Guest
Re: New WYSIWYG editor: nicEdit
«
Reply #8 on:
June 17, 2010, 01:01:08 PM »
Hello!
Yes of course it's thought for the WYSIWYG module.
A new version 0.1.1 is available, that basically removes the filebrowser - it's too unsafe, even if it looks nice.
A new one will be coded.
Also the whole include.php was rewritten.
Version 0.1.2 is available, the filebrowser is back - but can not upload, rename and so on. People can use WB media for that.
Yours Michael
«
Last Edit: June 17, 2010, 03:43:58 PM by Waldschwein
»
Logged
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...