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:

Jen Lampton's talk; thoughts on editor-related features

At SandCamp 2012, I attended Jen Lampton's excellent talk on WYSIWYG editors for Drupal. She's clearly looked at this topic deeply over several years and Drupal versions, and has considerable and valuable experience configuring, deploying and supporting WYSIWYG and related features like image handling.

After digesting the session I realized there were a few additional WYSIWYG features about which I'd like to hear Jen's thoughts.

3 comments · Read more
fnikola's picture

short term Drupal developer | Cognisync, Inc.

Employment type: 
Contract
Telecommute: 
Allowed

Looking for a Drupal developer to make forum, blog and wysiwyg enhancements on an existing D6 site.

  1. Fixing some issues with the Drupal forums (WYSIWYG editor, formatting, code block)
  2. Fixing issues with existing WYSIWYG editor (in forums and blogs)
  3. Blogging API and integration with blogging tools (i.e. ScribeFire)
  4. Mailing list integration with forums (already have bridges in place, need a couple fixed)

This is a short term engagement with the possibility for additional work depending on your experience.

Please contact me for details.

CKEditor Custom Divs

This shouldn't be that hard. How do I add a custom class to the CKEditor dropdowns? I want editors to be able to select blocks of copy, and using CKEditor's Paragraph Formatting or Styles dropdown, apply a block div. I've been searching various forums and documentations sources and I find all kinds of references to config.js, ckeditor.styles.js, CKEditor plugins, etc. These appear to add inline or block-level styles -- not classes. I get the impression there is more than one way to accomplish this, however I can't find a clear, step-by-step howto.

1 comment · Read more

Installing editors out of sites/all/libraries

Hi,

WYSIWYG is a great module that simplifies the edition of HTML. Thanks for it!

I have come into a way to install the libraries in a different standard path than sites/all/libraries due to some issues with my setup. Unfortunately, I had to tweak the source code :(

I attach the code, and I would like to know if there is a better way to change it, apart from patching the module.

Login or register to post comments · 1 attachment
Benjamin Birkenhake's picture

Add an own Button / own Plugin to CKeditor

Hi there,

I want to add my own Button to the CKeditor, which adds special HTML/XML.
In order to do so, I first followed the CKEditor Plugin described here:
http://docs.cksource.com/CKEditor_3.x/Tutorials/Timestamp_Plugin

After that I "just" need the Plugin and my Button to be activateable via the WISIWIG-Module.
But I haven't found any documentation on that … within the source I found the editors/ckeditor.inc
which seems to define the buttons using the hook_wysiwyg_plugin().

But I have no real clue, what to do next …
Has anyone an Idea, how to do that?

Greetings,
ben_

4 comments

to Paste

While data entry, a window sometime popped up with following messages:

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ begin $$$$$$$$$$$$$$$$$$$$$
Paste
Because of your browser security settings, the editor is not able to access your clipboard data security. You are required to paste it again this window.
Please paste inside the following box using the keyboard (Ctr/cmd+V) and hit OK

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ end $$$$$$$$$$$$$$$$$$$$$

Any idea!

Thanks,

NY A...

2 comments · 1 attachment

Urgent! Problem with inserting an accordion inside the tabs

Hi, i would have this problem, i have inserted some accordions inside the tabs, using wysiwyg editor, but it's not working fine, the accordions inside the tabs aren't opening properly, i guess there is some conflict, can you please help me with that?

It's kind of urgent please...

Login or register to post comments

WYSIWYG Save-and-continue button?

I've installed WYSIWYG and CKEditor, and I'm pretty impressed at how well it functions, especially relative to other implementations in other CMSs and wikis!

That said, one hazard is lack of auto-save, which other platforms do have, in an effort to save users from network mishaps (or dying laptop batteries, etc).

So I was at least looking for an option to encourage more frequent manual saves, by showing a Save button, or better, a Save-and-continue button, within CKEditor's toolbar. Is there such a possibility currently?

1 comment · Read more
muja_dd's picture

Wysiwyg GESHI Filter Integration

Hello,

I am trying to integrate GESHI filter for syntax highlighting.
But the problem is when I use the filter tags ( , etc.), they get filtered by the editor itself.
Is there a proper way to resolve this

Thanks.

Login or register to post comments

custom WysiWyg per content type

Hello,

I want to custom the editor , in my case choosing the buttons for different content types. means some buttons on specific node type forms and some other buttons on comment forms.

Any way to do it??? (I'm using Drupal 7 with Wyseig module and CKeditor)

Thanks!!!
Miriam

2 comments

CSS config for ckeditor

OK, so I feel like I'm missing something terribly obvious, but I cannot for the life of me get my CSS classes to show in the "Styles" dropdown.

7 comments · Read more · 1 attachment

WYSIWIG modules for Drupal 7?

Hi everyone,

I was looking for a WYSIWIG module for Drupal 7, found some discussions, comparisons, and this group.. but was unable to actually find an actively maintained working module?

6 comments · Read more

how to easily copy / past / embed and edit images within the browser using Wysiwyg

how to easily copy / past / embed and edit images within the browser using Wysiwyg.

is it possible?

3 comments
heshan.lk's picture

Video module now compatible with WYSIWYG

Today I released new beta version of the video module, we have fixed lot of core issues on the video module, wiped out unwanted code, formatted code to match coding standards and lot more.

Module Required : WYSIWYG

In feature wise we could add WYSIWYG module support. In WYSIWYG setting button and plugin you can see option to enable video button.

3 comments · Read more
heshan.lk's picture

Video module 7.x-2.1-alpha2, what you should know?

Original post : http://heididev.com/video-module-7x-2x-what-you-should-know

I released video module 7.x-2.1-alpha2 version on 11th of Sep. This major version completely redesign the video module and its core, I'm the only one worked on this release and seems our co-maintainers (6.x) had no time to contribute code to the 7.x yet. I'm very very happy about the progress of downloading and using video module. It has over 10,500+ usage now.

In this article I'm going to examine some new features added to the video module.

2 comments · Read more

How to create a plugin for TinyMCE?

My college uses a calender system that has some javascript code you can use to insert various calenders into your pages. Fortunately, the code is pretty simple, there's only one value that changes. So I figured it should be easy to create a plugin for TinyMCE that inserts some kind of place holder code into the page. Then I'd used HTML Purifier or a Text Format to output the code with the correct javascript.

So, how do I create a custom module that hooks into WYSIWYG and TinyMCE to do what I want?

I using Drupal 7 and the latest versions of WYSIWYG and TinyMCE.

1 comment · Read more

Configuring wysiwyg / ckeditor

Firstly, I'm quite impressed by the wysiwyg module, having spent the better part of the last 3 days looking at the code and trying to figure out how to change the size of the wysiwyg window that appears. I thought I could just add a css file to override the defaults but that clearly does not work when the height property is coded inline. (D7, wysiwyg module, ckeditor library)

I eventually had success with hook_wysiwyg_editor_settings_alter() BUT it was necessary to either add this hook to an existing module or create a separate module specifically for that purpose.

7 comments · Read more

WYSIWYG + TinyMCE - Any tutorial you wish!

I'd like to start writing TinyMCE tutorials on TinymceSupport.com for developers and newbies. I'm not sure what topics to cover, though.

What tutorials would you like to see?

  • What stumbling blocks have you seen people face when starting out with TinyMCE itself or WYSIWYG + TinyMCE?
  • What platforms would you like TinyMCE to be tested on, and perhaps compared to against other editors?
  • What kind of performance tests would you like to see?
Login or register to post comments · Read more

Formatting not working

Hi all,
please forgive me if I'm not posting in the correct spot and if so could somewhere poitn me to the correct spot?
I'm running Drupal 7 on a test site and have installed the WYSIWYG module with CKEditor. The WYSIWYG is showing beautifully but no formatting actually happens when I hit save. No paragraph breaks, no headings will work either but bullets does work (go figure!)
I bet this is simply something in the installation I';ve not ticked or configured properly. Could anyone propose an ideas to help? I'd be very grateful.
Thanks,
Ziggy

2 comments

Wysiwyg and image styles

I have been looking for a good integration of image styles in wysiwyg editors, but so far I haven't found a simple and good solution for that.

So I decided to create a simple module, that provides a plugin, that makes a listbox/select in wysiwyg editors allowing the user to select a certain style for each image inserted in the editor.

Applying an image style simply changes the url of the image to the image style version of that image.

You can take a look at the module at http://drupal.org/sandbox/prinds/1214398

Login or register to post comments · Read more
Syndicate content