Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaporylie/drupal-text_format_preview
https://github.com/zaporylie/drupal-text_format_preview
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaporylie/drupal-text_format_preview
- Owner: zaporylie
- Created: 2015-02-17T15:20:30.000Z (almost 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2015-02-19T13:06:41.000Z (almost 10 years ago)
- Last Synced: 2024-12-21T16:58:03.890Z (18 days ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Text Format Preview
=======================This module will generate pre-rendered preview for each text_format field
directly below it. Rendering is based in two factors - text value and
text format. Request to check_markup function will be send on every `change` or
`keyup` event, but no more than once per 300ms. Also if one ajax request is in
progress next one will be aborted.## How to use it?
Just enable this module. Autopreview checkbox will be shown under each instance
of text_format field (ex. body field).## Settings
Autopreview will be disabled by default. You can turn it on every time or enable
by default. To enable go to
`admin/config/content/formats/text_format_preview` and check `autopreview
default` checkbox, then save settings with submit button.## Dependencies
None## Maintainer
Jakub Piasecki (zaporylie) [email protected]