scribe-plugin-placeholder

Placeholder text for scribe

Usage no npm install needed!

<script type="module">
  import scribePluginPlaceholder from 'https://cdn.skypack.dev/scribe-plugin-placeholder';
</script>

README

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.