By systechguy on
In the near future, my company would potentially like to convert to the Drupal platform.
There is a subdomain of the site that has an online newsletter that is edited by someone who uses Dreamweaver.
She doesn't know html that well (not at all really) so I set up some templates for her so she can use Dreamweaver in Design Mode to create static webpages.
Through design mode, she can drag and place pictures around as well as use the Properties utility to change font styles, tables, etc....
Is there an html editor within Drupal that will allow for this kind of "no html knowledge needed" editing?
Comments
WYSIWYG editors for Drupal
Hi
Drupal supports various WYSIWYG editors like TinyMCE and FCK Editor. From these editors you can format text and it makes the editing very simple.
You can download the WYSIWYG API from following location.
http://drupal.org/project/wysiwyg
It supports many WYSIWYG editors and you can pick any one of your choice.
You can also add IMCE Module from http://drupal.org/project/IMCE
It will add support for image upload in your editor.
Regards
Viresh
WYSIWYG editors are good
I agree with viresh, they're good!
edu-ma-cation
easy. powerful. free.
Choose two.
I'd recommend your layout editor learning how to edit layout.
Or stick to text.
I've lived through the desktop publishing revolution. Many aesthetics were killed in the line of duty during that conflict.
Learning stuff is the only true path.
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Did this for an NGO recently,
Did this for an NGO recently, instead of foisting the ugliness of a WYSIWYG editor (and all the associated issues...) we built a CCK content type, fairly customised and heavily themed output but it does the job and rather nicely also. Aesthetic freedom is killed somewhat but the newsletters are consistently the same style and look nice, which is all we need since the information and the inherent usability of the form is far more important (all technophobe authors).
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
we are using tinytinymce with
we are using tinytinymce with imce, it works great!
fckeditor
fckeditor (www.drupal.org/project/fckeditor) with IMCE is my advice!
greetings, Martijn