Showdown

Component type

module

Maintenance status

Development status

Component created

Component changed

The showdown module provides real-time markdown preview inline on the node edit form.

It makes use of the showdown library. As such, you will have to get a copy of the showdown library from my github account. See the README file in the module package.

China Address - selectable province,city and county

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provide a cck field for China location, province , city and county.
it is used when the user required to input an address.

Features

* Only support Chinese.
* Provinces/ City/ county selectable by drop-down list for users with JavaScript
* an cck fields as output

Webhooks

Component type

module

Maintenance status

Development status

Downloads

665

Component created

Component changed

Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook.

– https://en.wikipedia.org/wiki/Webhook

This module acts as both a Webhook dispatcher and a Webhook receiver.

Field Boxes

Component type

module

Categories

Maintenance status

Development status

Downloads

2611

Component created

Component changed

Field Boxes proves a box type (see Boxes that allows for any field on any entity to be presented a a block).

One can choose the field, the entity and the view mode. (One can also choose the current page as on option.)

This project is sponsored by Phase2 Technology.

Well done filter

Component type

module

Maintenance status

Development status

Component created

Component changed

Fast and easy Tasklists / TODO Lists!

Converts a textual tasks list with a set state symbol (Done / To do) to a beautiful checkbox lists display in output.

For example:
# Wash the dishes
- Take a shower
-{ Play with the kids outside, for example
Football
or Soccer}

Will become a nicely styled list with a checked first icon, an unchecked second and an unchecked multiline third icon.

Entity Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

35208

Component created

Component changed

Entity Auto Complete provides:

  • autocompete_paths for all entity types that define a label
  • "entity_autocomplete" form element

Autocomplete paths

The path is:
entity-autocomplete/%entity_type

To restrict by bundle use:
entity-autocomplete/bundle/%entity_type/%bundles
where bundles is a '+' separated list of bundles.

Each item is returned as
VALUEOFLABELFIELD [id:ENTITYID]