0.1.0 • Published 8 years ago

scribe-plugin-placeholder v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
8 years ago

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.