unindentor.js
v1.1.0
Published
Remove indentation from `textarea` and `contenteditable` elements
Downloads
6
Readme
unindentor.js
A small library to remove indentation from textarea and contenteditable elements.
npm install unindentor.js<textarea class="unindent">
.main {
max-width: 980px;
}
</textarea>
<script src="unindentor.js"></script>
<script>
unindentor.unindentElementList('.unindent');
</script>How to Contribute
- Star the project!
- Report a bug that you have found.
- Tweet and blog about
unindentor.jsand Let me know about it. - Pull requests are also highly appreciated.
Author & Community
unindentor.js is under MIT License.
It was created & is maintained by Thomas ZILLIOX.
