CodeMirror Field

Component type

module

Maintenance status

Development status

Downloads

1339

Component created

Component changed

CodeMirror Field integrates CodeMirror editor as an attachable field (http://codemirror.net/).

Main Features:

- Attach code snippet fields to entities (includes customizable field widget and formatter)
- Autocomplete for the supported modes

Available options:

- Currently the widget supports 4 modes: [text/html, css, less, javascript] but it can be extended easily for other languages supported by codemirror.
- Unique syntax highlighting themes for each field instance.

Views Accelerator

Component type

module

Maintenance status

Development status

Downloads

5644

Component created

Component changed

For those not reading the full project page or the README: this module improves speed by rendering Views fields simpler and more efficiently. If you find that after turning the accelerator on for a view, fields don't render quite as expected and the tips in the README don't help, then you should switch the accelerator off for that view.

Views Accelerator can bring about significant speed improvements on sites with views that cannot be cached normally, for instance because the views depend on an aspect of the visitor's session, like their location.
Views Accelerator serves up two modes of operation.

  • Analysis mode:
    Switched on from the module's configuration page, admin/config/system/views-accelerator, this displays at the top of the screen a performance summary for each view on the page. If performance is already great, tell your boss or customer. If it isn't, take a screenshot of the performance summary and proceed with the
  • Accelerator mode:
    On views that could do with a boost, find and click the Caching option link in the Advanced section of the Views UI. It will reveal a new pseudo-caching option: None. Post-execution optimized by Views Accelerator. Select that. Revisit the page with the view(s) and compare performance stats to the screenshot you took earlier. Win? Then tell your boss or customer.

tablesaw

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Implements the Javascript library tablesaw into Drupal Views.

Installation instructions

  1. Download the tablesaw library from https://github.com/filamentgroup/tablesaw
  2. Place the tablesaw library in libraries/tablesaw so tablesaw.js is located at libraries/tablesaw/tablesaw.js
  3. Enable tablesaw module

Dependencies

  • Views
  • Libraries

Special Topic

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Special Topic Module provide a special topic node type to archive nodes of the same topic into a single page. It's just like a Term list page but has more render options.

This module provides a Special Topic node type, which can render content as panel.

This module also provides a Special Topic field type, which can add to another node type to attach nodes to a Special Topic.

Drupal Special Topic模块提供一种通用并且可定制的Drupal专题页面功能。

Field Embed

Component type

module

Maintenance status

Development status

Component created

Component changed

The Field Embed module allows you to embed a field within another field. This is best used when you need to include complex field layering in a WYSIWYG, or if you have a special style to apply to fields if they're inside main WYSIWYG content.