Filters/editors

Adlib forms

Allows the creation of fill-in-the-blanks style forms.

Early development version.

Initial development sponsored by Rare and carried out by CivicActions.

This module is developed for Drupal 5 and required a Drupal 5 version of the Axaxsubmit module, which currently must be checked out via CVS from the Drupal contrib directory at modules/ajaxsubmit.

Wysiwyg SpellCheck

iva2k - May 26, 2009 - 06:26

(Note: Documentation updated: correct path for download is wysiwyg_spellcheck/tinymce/spellchecker/)

Wysiwyg SpellCheck is a wysiwyg editor plugin that enables TinyMCE spellchecker plugin.

Currently supports only Drupal-6.0 and TinyMCE.

Requires Wysiwyg API.

File feature requests to support other editors/versions.

Installation

To enable this module, follow these instructions:

  1. Upload it to your sites/all/modules folder and enable it on the admin/build/modules page.
  2. Install TinyMCE spellchecker plugin:
    • In order to use Spell Checker, you will need to download TinyMCE spellchecker plugin.
    • The plugin is available from http://tinymce.moxiecode.com/download.php
    • Download, extract and copy it into wysiwyg_spellcheck/tinymce/.
    • After installation it should be found in wysiwyg_spellcheck/tinymce/spellchecker/
  3. Edit wysiwyg_spellcheck/tinymce/spellchecker/config.php
    • Uncomment one of the lines that select which spellchecker to use:
    • It comes with defaults using Google spellchecker.
    • Other options: (see information on TinyMCE website)
  4. Configure one of your WYSIWYG profiles to show TinyMCE spellcheck button
  5. Verify that TinyMCE shows the new button when you edit a page using your WYSISWYG profile, and this button works.

SWFObject Filter

SWFObject Filter module automatically loads the SWFObject script into the head of the page if it's needed.

About SWFObject

SWFObject 2 offers multiple standards-friendly methods to embed SWF files into web pages. It uses JavaScript to detect Flash Player and avoid broken SWF content, and is designed to make embedding SWFs as easy as possible. It supports the use of alternative content to display content to people that browse the web without plug-ins, to help search engines index your content, or to point visitors to the Flash Player download page. SWFObject 2 detection is future-proof, includes Adobe Express Install, and offers an elaborate API for JavaScript developers. All of this is powered by one small (under 10K) JavaScript file.
- http://www.adobe.com/devnet/flashplayer/articles/swfobject.html

Wysiwyg ASCII Math

iva2k - May 23, 2009 - 05:05

Wysiwyg ASCII Math is a Wysiwyg editor plugin that adds ASCII math and ASCII graphs.

Currently supports only Drupal-6.0 and TinyMCE.

Requires Wysiwyg API.

Note: Updated to work with Wysiwyg API 6.x-2.x.dev 2009-05-19 (editors moved to sites/all/libraries). It is known to NOT support Wysiwyg API 6.x-2.0-alpha1.

Relies on mimetex.cgi (see INSTALL.txt for instructions).

File feature requests to support other editors/versions.

Known Problems

It is confirmed that Wysiwyg Ascii Math is incompatible with TinyMCE media plugin:

There is poorly written code in media plugin that messes up <embed> tags that do not belong to media plugin, which breaks Ascii Math. There is no solution to that yet.

Credits

Drupal module written by iva2k.

ASCIIMath and ASCIIsvg plugins for TinyMCE written by:
(c) 2008 David Lippman.
http://www.pierce.ctc.edu/dlippman/
http://www.imathas.com
http://www.imathas.com/editordemo/demo.html
(Forked at ver 0.16 2/26/09)

Other

Looking for co-maintainers - if you want to be involved - please send your request.

HTMLcomment

TBarregren - May 16, 2009 - 19:05
Example of how HTMLcomment can be used

HTMLcomment provides an input format filter that allows HTML comments, i.e. <!-- ... -->, and an additional filter that allows hidden comment, i.e. [!-- ... --].

Examples

Example of an HTML comment

<!-- This will be in the HTML, but not displayed. -->

Example of a private comment

[!-- This will not be in the HTML, and not displayed. --]

PEGOEditor - WYSIWYG HTML editor

anastasis - May 8, 2009 - 08:03
PEGOEditor

This module enables the use of PEGOEditor within Drupal. PEGOeditor is an accessibility-oriented wysiwyg editor for (x)html pages.
Why another wysiwyg editor? Because PEGOEditor generates clean and accessible XHTML pages AND it is itself accessible.
Here you can find information about PEGOEditor: http://www.accessibleeditor.org/

Download PEGOEditor

Due to licensing problems, the code of PEGOEditor itself is not distributed with this Drupal module.
Here you can download the packages: http://www.accessibleeditor.org/?q=download
All you need to do is extract the files and copy them in the PEGOEditor module directory.

Demo

Here you can find a demo version of PEGOEditor: http://www.accessibleeditor.org/?q=demo

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.