Filters/editors
Freelinking for Case Tracker
This module depends on Freelinking 6.x-3.0 Alpha 3. It will not be available for D5, and does not work at all with the 1.x line of Freelinking.
This module provides a specialized link filter for the Case Tracker module. It allows the creation of case links that can be styled by casetracker state information and project affiliation.
Case state information is also inserted into the link tooltip for quicker lookup of an issue's particulars.
On Icons
Icons are currently supported, but finding a good set of GPL'd sample icons for the default Casetracker configuration has been difficult. Luckily the stylesheet that is shipped with Freelinking for Case Tracker can be disabled in the Freelinking Administration page in favor of local theming of the CSS classes.
Office HTML filter
This filter comments out certain types of HTML generated by Microsoft Office so that it does not appear to end users. If you also enable the core HTML filter, this HTML will be stripped out entirely, which is probably preferable to simply keeping it in comment tags. See my comments in #75229: Compatibility with Outlook-generated HTML for help on configuring the HTML filter appropriately. Also see #447684: HTML Filter should strip text between <style> and <script> elements for a discussion of why this module is necessary (some people consider the core HTML filter to be broken).
Wysiwyg Pre Element Fix
Wysiwyg PreElement Fix is a wysiwyg editor plugin that enables the preelementfix plugin for TinyMCE. This plugin tries to fix some issues with TinyMCE's handling of the PRE element. It is especially useful when trying to integrate the SyntaxHighlighter module into TinyMCE.
This plugin addresses the following issues with the element within TinyMCE:
Enter key:
MSIE and WebKit creates a new sibling PRE element each time the users hits enter.
Opera and Firefox creates a BR element.
Tab key:
When pressing the tab key in Firefox nothing happens.
WebKit creates a tab char inside a span element.
The plugin makes addresses these issues by making pre elements:
- Preserve white space.
- Contain no X/HTML child nodes.
- Do not create a new sibling PRE elements when the enter key is pressed.
- Tab key should create a tab character. This is just nice to have and since MISE handles this other should to :).
Semantic Filters and Layers
Semantic filters and layers over a semantically marked up document.
This module is an extension for the Semantic Markup Editor module: http://drupal.org/project/semantic_markup_editor You can create filters to semantic information and attach style layers to filters.
Under heavy development.
I developed this module at Pronovix, contact us for Drupal consulting or development jobs: http://pronovix.com
Iframe Filter
Iframe Filter allows to embed content into an iframe. Normally externally loaded content like website widgets can slow down the loading of your website or making it crash if the page from where the content is loaded fails.
Iframe Filter provides a simply solution for fixing this, you just need to add this filter to an input format and the content you create using that format will be displayed inside an iframe created dynamically.
Clean End of Lines
Clean End of Line provides an input format filter that removes trailing white spaces at end of lines.
