Wysiwyg

This is the working group to discuss and coordinate the integration of client-side editors in Drupal core.

Developers and maintainers of client-side editors (aka. WYSIWYG) integration modules and other interested people are invited to join in and share their ideas and participate in the current efforts to build a Wysiwyg API that seamlessly integrates with Drupal core.

More information on the current status of the module can be found on the Wysiwyg project page.

Live discussions on development and support happen in #drupal-wysiwyg.

The current status, progress, and roadmap of all efforts are summarized on a special page:

knalstaaf's picture

Does WYSIWYG-module conflict with CKeditor-module?

I've reported a strange bug to the issues of CKeditor. It seems that the WYSIWYG (6.x-2.1) conflicts with the CKeditor (6.x-1.1) module.

Does Anyone have an idea what the problem could be?

ltyszko's picture

wysiwyg + ckeditor + skins?

there is a problem with skin load in our precious module. all of buttons are in one group and there is no chance to wrap a toolbar with that bug, so it has almost 800px sometimes.

it is something like this: http://drupal.org/files/issues/ckscreen.jpg

is someone going to fix this? if yes when?

similiar topics:
http://drupal.org/node/737318

dang.artman's picture

Help finding a multi page solution

So I am trying to create a Tutorial node type (similar to instructables) that has multiple pages, which are then rendered into a tabbed interface on the node page. This is what I have got so far http://robotgeek.flpvp.com/tutorials/admin/tutorial-page-reordering
If you look at the html, I've taken textarea fields and put them into a

<

ul>

Read more

WYSIWYG inline image uploading

Modules supporting uploading images inline into WYSIWYG textareas.
If you are looking for more detailed reviews, check this wiki post

WYSIWYG integrated

Must have (criterias):
- Must have a kind of a dialog to add it inline - so integrate with the WYSIWYG editor in kind of a way

Name Releases Description Usage
Read more
ralphb's picture

WYSIWYG editor without input filter dialog?

Hello,

I have a custom node content type with multiple text areas. The input filter for those textareas should be fixed ("Filtered HTML"), so I don't want to show the filter selection dialog in my form.

$form['set']['f1']['f1'] = array(
    '#type' => 'textarea',
    '#title' => 'Title',
    '#default_value' => $node->f1,
  );
$form['set']['f1']['format'] = filter_form(4, NULL, array('f1_format'));  // don't want this!

How can I get WYSIWYG to work on those textareas despite the missing input filter selection?

Ralph

Sifro's picture

Link "Disable rich text" appears, but no editor

Hello, i'm using Drupal 6 with openWYSIWYG 1.4 and WYSIWYG 2.

Here's what i did:

1) download and install WYSIWYG
2) download and put OpenWYSIWYG in the right folder
3) enable OpenWYSIWYG for the HTMLeditor input format

Now, if i go to node/add and select the HTMLeditor input format, a "Disable rich text" link appears, but clicking on it is useless, and no editor appears. I tried to add a button, still no results.

Any help for debugging this problem?

Thanks a lot! =)

joyseeker's picture

WYSIWYG editor is stripping tags

I have wysiwyg and CKEditor and added the wysiwyg filter. When I use the font-size and font-family buttons in CKEditor, the formatting shows correctly in the creation, but not in the display, so it seems the HTML tags are being stripped.

Rich text from the text box shows the following tags being used:

Testing 2 more testing

Read more
steveleemonotype's picture

Interests to have web fonts in wysiwyg editor

Hi All,

We are thinking about creating a plugin/API for the editor that will have web fonts in font dropdown menu, so users can edit with real fonts just like we select fonts in font dropdown menu in Word or other desktop editors. Something like: http://thewebfonts.com/editor/demoPageEnglish.html ; see the fonts which are web fonts using CSS @font-face using the web fonts from http://webfonts.fonts.com
My questions are:
1. Will people like it? how attractive is this feature?
2. What features you like to see, the editor plugin and/or API?

Thanks,
Steve

mwmconsulting's picture

Wysiwyg Javascript Errors in IE - "Object doesn't support this property or method"

Hey All,

I'm using the WYSIWYG module (version 6.x-2.1) on my Drupal 6.x install. I'm using it in conjunction with Tiny MCE 3.2.6.

Everything works fine in Firefox, but in IE I am getting the following javascript error:

Object doesn’t support this property or method
tiny_mce.js Line: 1

Object doesn’t support this property or method
wysiwyg.js Line: 199 Code: 0 Line: 5

I upgraded Tiny MCE from 3.2.6 to the latest 3.3.6, but this did not fix the issue.

I also installed the NicEdit editor, but the same JS error showed up:

Object doesn’t support this property or method

Read more
fedy's picture

Clean way to add Theme specific editor options

Is there a clean way to add some theme specific editor options (configuration) in a way that neither a Wysiwyg module update nor editor update would overwrite them? For example if you wanted to combine CKEditor with the marinelli theme (see http://drupal.ckeditor.com/tricks), what is the cleanest way to do so (using Wysiwyg module)? I'm inclined to suggest new configuration field for such cases (see http://drupal.org/node/313497), so there would always be at least a dirty way to make such modifications without directly hacking the module/editor.

Read more
smasty's picture

Include on specific pages/forms/textareas?

Is there any way to include WYSIWYG editors (TinyMCE in my case) only on specific pages/forms/textareas? I remember that this function was in some release of FCKeditor (6.x) & TinyMCE (5.x) plugins but I can't find it when using TinyMCE with WYSIWYG plugin... (6.x)

Thanks for help.

Obliwion's picture

Getting GeSHi Filter Working on CKEditor (using Wysiwyg)

I have searched around for this, and have tried multiple approaches. I have enabled and disabled, installed, removed and reinstalled modules, but I can't get this to work. I'm probably missing something minor, so I'm going to try the community option now.

Currently I have the following (relevant) modules installed: GeSHi field, GeSHi filter, GeSHi node, WYSIWYG, IMCE Wysiwyg API bridge, Wysiwyg, CKEditor. All of them are in site/all/modules, except for CKEditor, which only worked with wysiwyg if I put it inside libraries.

Read more
liquidcms's picture

Where is API documentation?

Is there any documentation on the API for WYSIWYG?

john keohane's picture

FCK Editor file browser configuration

Hi guys
I have upgraded to the latest version of WYSIWYG module and loaded the FCK editor code into the libraries folder as required. The editor works fine apart from file browsing and image uploading.
In the previous module I had image uploading abilities. Is there a change I need to make to the editor code to get image uploads working with the new WYSIWYG module? How can I enable the built in file borwser.
I can't use other modules to facilitate the image uploading, it has to be the built in file browser.
Thanks in advance.
Regards
John

mblataric's picture

How to configure toolbars in TinyMCE?

Hi!

I've just installed wysiwyg and TinyMCE, it works fine, but is there a way to further customize toolbars in TinyMCE? I did set buttons in wysiwyg configuration, but how do I add separators and determine which buttons go to which toolbar row?

Thanks,

Mario B.

EugenMayer's picture

A new userfriendly image upload module: wysiwyg image upload

Since 3 months WYSIWYG image upload is available and is on its way to establish a new way and simplicitiy in uploading and placing images into the WYSIWYG editors (screencast). I thint the module got pretty stable and has some interesting features build in.

Highlights are:

<

ul>

  • User Interface: Easy and fast user interface for image uploading
  • Read more
    FredCK's picture

    PHP Developer | CKSource

    Employment type: 
    Full time
    Telecommute: 
    Allowed

    Location: Poland

    We're looking for a PHP master to join our team, the official developers of CKEditor and its Drupal module.

    CKSource is a successful company with thousands of customers all around the world, including top names like IBM and Oracle. Our company is growing fast, with impressive results on sales. This strong growth expands our range of opportunities, followed by the growth of our team. Take this change and join us!

    Read more
    FredCK's picture

    Advanced JavaScript Developer | CKSource

    Employment type: 
    Full time
    Telecommute: 
    Allowed

    We're looking for 2 JavaScript gurus to join our team, the official developers of CKEditor and its Drupal module.

    CKSource is a successful company with thousands of customers all around the world, including top names like IBM and Oracle. Our company is growing fast, with impressive results on sales. This strong growth expands our range of opportunities, followed by the growth of our team. Take this change and join us!

    Read more
    Zurbonium's picture

    CKeditor mediaembed plugin

    Is there a way to get the CKeditor mediaembed plugin to work with WYSIWYG? With the CKeditor module, it requires uncommenting a couple lines of code in the ckeditor.config.js file and adding 'MediaEmbed' to one of the toolbars in the same file. Is there an equivalent way to do this in the WYSIWYG module?

    For reference:
    plugin download: http://www.fluidbyte.net/index.php?view=embed-youtube-vimeo-etc-into-ckeditor
    how-to install: http://jesox.com/posts/how-add-youtube-vimeo-or-any-other-embed-content-ckeditor

    AndyF's picture

    How to add CSS in TinyMCE editor window for plugin

    Hi all,

    I've created a plugin for TinyMCE under Wysiwyg. Currently I'm adding my custom CSS in mymodule_init() and that works fine for displaying the node, but the CSS doesn't make its way into the editor textarea. If I manually specify the file under the Wysiwyg options (Define CSS) then it works great, but that's not very nice. I imagine there's a simple way of adding my CSS file to the editor when my plugin's enabled?

    Any ideas much appreciated.

    Thanks,

    Andy

    Subscribe with RSS Syndicate content

    Wysiwyg

    Group organizers

    Group categories

    Wiki pages

    Group notifications

    This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: