Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Autotab 1.1.0-b


After receiving some great feedback, I have finally worked my way into updating Autotab with some key fixes and handy new features. Before I release this as a final version, I'd like additional testing and critiques to be done to make v1.1 final and release it to the masses, so please download, test, and critique! Detailed descriptions can be found in the source file.

  • Updated code separation for autotabbing and text formatting, so now one or the other can be applied.
  • Added a new function autotab_magic() automatically determines where to autotab when the text field has reached its limit, after formatting (if applicable). Usage details below.
  • Fixed a bug in Safari where pressing backspace wouldn't focus on the previous target.
  • Fixed a bug in IE where using the left arrow key would force the cursor to the end of the field's content.
  • Added a custom format option, which requires that you provide a regular expression for your own formatting. Usage details below.
  • Added the ability to pass a function to use for formatting instead of relying only on the built in filters. Usage details below.
  • The old recommended use of Autotab is fully supported and backwards compatible, though autotab_magic() and autotab_filter() are now the preferred method, briefly shown below.
  • Added proper documentation in how to use each new, and the already existing, method.