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
(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:
- Upload it to your sites/all/modules folder and enable it on the admin/build/modules page.
- 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/
- 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)
- Configure one of your WYSIWYG profiles to show TinyMCE spellcheck button
- 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
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:
- #505254: Inserted Graphs - Interference from Media button.
- #505268: Add new Math/Math symbols - Interference from media button.
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
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
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
