Skip to content

Textareas suck hard for code editing, this at least fixes entering tabs and preserving indentation

Notifications You must be signed in to change notification settings

tkafka/jquery.codedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Textareas suck hard for code editing, this at least fixes entering tabs and preserving indentation.

Example: http://tkafka.github.com/jquery.codedit

Usage:

<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript" src="./jquery.tk.codeedit.js"></script>
<script type="text/javascript">
$(document).ready(function() {
	$('textarea').codeEdit();
});
</script>

About

Textareas suck hard for code editing, this at least fixes entering tabs and preserving indentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published