0.0.8 • Published 8 years ago

simditor-date-button v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

:date: simditor-date-button

Add a date button for Simditor. Use the date button to add the current date in the editor.

Install with NPM

npm install simditor-date-button --save

Usage

Reference button and dependency script on your page with Simditor:

<script type="text/javascript" src="[path]/simditor.js"></script>
<script type="text/javascript" src="[path]/simditor-date-button.js"></script>

Add date button config when you initialize Simditor:

var editor = new Simditor({
  textarea: $('#txt-editor'),
  toolbar: [..., 'date']
});

LICENSE

The MIT License

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago