scribe-plugin-placeholder

v0.1.0
Placeholder text for scribe

Scribe Placeholder Plugin

Command to display placeholder text in scribe.

Usage

require('css!scribe-plugin-placeholder');

var placeholderPlugin = require('scribe-plugin-placeholder');

// Text to show as placeholder.
var placeholder = 'Enter content...';

// DOM Element containing the scribe editor instance.
var container = document.querySelector('.scribe-editor-container');

scribe.use(placeholderPlugin(placeholder, container));

Installation

bower install scribe-plugin-placeholder

Contribute

We will update/maintain this plugin as we update it internally to meet our needs.

See Using and Contributing to Open Source at Coursera on how we do opensource at Coursera.

npm i scribe-plugin-placeholder

Metadata

Downloads

Maintainers