Generate your article, news, or document title into slug automatically
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
A cup of coffee
A step by step series of examples that tell you have to get a development env running
<script src="path/to/your/directory/jquery-slug.min.js"></script>
This is how you can use the default configuration or make your custom configuration
Default configuration
$("#this").mirror();
Custom configuration
$("#this").mirror({
prefix: 'http://',
textTransform: 'lowercase',
output: '.output-mirror',
outputDisabled: false,
seoUrl: true
});
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Kadek Pradnyana - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details