Wrap Word

Component type

module

Categories

Maintenance status

Development status

Downloads

199

Component created

Component changed

What does the module do?

The Wrap Word module allows a user to create a text format that wraps a word (determined by position) in HTML tags.

Before

This is a test.

After

<span>This</span> is a test.

This can be achieved by specifying a span tag to wrap the first word.

The module also allows the user to specify classes for the HTML tags.

WYSIWYG CKEditor Plugins

Component type

module

Maintenance status

Development status

Component created

Component changed

When using the WYSIWYG module with CKEditor, this module lets you specify arbitrary CKEditor plugins that can be recognised by WYSIWYG.


Rationale

There are quite a few Drupal modules out there exist as shims to allow CKEditor plugins to be recognised by WYSIWYG's CKEditor interface. A good example of this is WYSIWYG Abbreviation, which supports one CKEditor plugin (that happens to be built into that module), and does it really well.

Concept Recommender Service (a.k.a Xowl Semantic Service)

Component type

module

Maintenance status

Development status

Component created

Component changed

Ximdex Platform allow you to aggregate, edit, normalize, identify named entities, enrich content, transform, expand, retrieve, and publish data, from both structured and unstructured sources. You will be able to pull relevant information, share it, analyze it, and visualize it. See our demos at Ximdex Demo

Furthermore we have developed some clients for most popular cms platforms to consume our services. In this case for Drupal.

Field tokens

Component type

module

Maintenance status

Development status

Downloads

13211

Component created

Component changed

The Field tokens module add two additional types of field tokens; Formatted fields and field properties.

 

Formatted field tokens

Formatted Field tokens are tokens allowing one or many field values to be rendered via the default or specified field formatter.

The format is:
[PREFIX:DELTA(S):FORMATTER:FORMATTER_SETTING_KEY-FORMATTER_SETTING_VALUE:...]

(e.g. [node:field_image-formatted:0,1:image:image_style-thumbnail]).

Â