0.0.8 • Published 7 years ago

simditor-date-button v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago