https://github.com/epages-de/scribe-plugin-paragraph-command
https://github.com/epages-de/scribe-plugin-paragraph-command
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epages-de/scribe-plugin-paragraph-command
- Owner: ePages-de
- License: mit
- Created: 2015-12-09T10:17:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T13:27:22.000Z (about 10 years ago)
- Last Synced: 2025-10-22T13:55:55.415Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scribe-plugin-paragraph-command
Command to change a text block in [scribe](https://github.com/guardian/scribe/) into a paragraph.
Without this plugin you can only change to paragraph by deactivating any of the other block commands.
## Usage
```javascript
var paragraphCommand = require('scribe-plugin-paragraph-command');
scribe.use(paragraphCommand());
```
## Installation
```
bower install scribe-plugin-paragraph-command
```