Mercury

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates the Mercury editor (http://jejacks0n.github.com/mercury/) with Drupal 7 to edit nodes' body while viewing them.
The module ships currently with the library, I had to fork it because it redefined jQuery and has a bad API, I'll contact the developers to see what could be done.

Post your review of this module at http://drupal.org/node/1278162 or file an issue if any bug found.

jCaption

Component type

module

Maintenance status

Development status

Downloads

18133

Component created

Component changed

This is a simple module for Drupal 7.x that uses jQuery to transform the TITLE or ALT attribute of a image to a image caption. There is a settings page with lot's of possible configuration. The image caption won't show in the WYSIWYG-editor, but will be visible when you view the node.

The module differs in several ways from similar modules.

jCaption changes this:

<img title="Image caption here" src="image.jpg" alt="Image description">

to:

Outline Print

Component type

module

Categories

Maintenance status

Development status

Downloads

762

Component created

Component changed

Provides a print-friendly single page display of multiple pages of an outline.

An example user case is to print out a course which is set of pages collected as an outline, this module lets the user print all the pages as one document.

Print options per node of the outline include:

- Exclude (don't print)
- Include (print node body)
- Print View (add output of a View with node ID as an argument)

The Print View option is useful for including blocks and other content of the page which would not be included if you just print out the node.

Content API Test

Component type

module

Maintenance status

Development status

Component created

Component changed

The content api module is a resource for Services 3.x in Drupal 6. Content API exposes a new 'content' type resource to Services which implements an index and retrieve functions for nodes. The index function allows advanced querying of nodes to match selected criteria.