1.1.0 • Published 9 years ago

unindentor.js v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

  1. Star the project!
  2. Report a bug that you have found.
  3. Tweet and blog about unindentor.js and Let me know about it.
  4. Pull requests are also highly appreciated.

Author & Community

unindentor.js is under MIT License. It was created & is maintained by Thomas ZILLIOX.

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago