An open API service indexing awesome lists of open source software.

https://github.com/nickserv/text_tools

Text Tools is a free tool for text manipulation.
https://github.com/nickserv/text_tools

Last synced: 2 months ago
JSON representation

Text Tools is a free tool for text manipulation.

Awesome Lists containing this project

README

          

#Text Tools
[![Code Climate](https://codeclimate.com/github/nicolasmccurdy/text_tools.png)](https://codeclimate.com/github/nicolasmccurdy/text_tools)

Text Tools is a free tool for text manipulation.

It can change the case of text, find and replace text, count words, and do tons of other stuff.

##New HTML System
In the new HTML layout system, Text Tools will aim to have much less bloated code. The HTML code will have far less redundant data, leaving the work of those properties to new JavaScript functions. CSS will stay mostly the same, unless some minor tweaks are needed. The system will have to be robust in letting elements that are not in the effects class handle external click creation, focus regaining, and other important UI tasks.

###Old HTML
- ''' Normal'''

###New HTML
- ''' Normal'''

###New JavaScript
- when specific effect link clicked: switch to the effect named in the link's id
- when specific effect link hovered: show the link's help tooltip, which is stored in a data structure (if help mode is enabled)
- when any effect link clicked: run clicked(this) for the clicked item
- when any effect link focused: run regainFOcus()