Detect trailing spaces in any text or search input while you type
Currently this extension is only available for Firefox users. You can download it from the official web.
You will need to have node and npm installed in your machine to be able to test it locally.
- Clone this repository
- Install all the dependencies
npm i
- Build the project for development using the command
npm run build:dev
At this point, you should be able to visit the page about:debugging in your browser and temporary upload the extension to test it.
- Run the command
npm i
to install all the dependencies - Run the command
npm run build:prod
Execute the command npm test
.
- 0.2.0
- Trim trailing spaces on focus lost
- 0.1.0
- Initial version
- Custom warning color
- Trim trailing spaces on focust lost
- Add config to disable automatic trailing
- Support more input types
Jaume Capdevila – @otherjaume – contact@jaumecapdevila.net
Distributed under the MIT license.
https://github.com/jaumecapdevila/its
- Fork it (https://github.com/jaumecapdevila/its/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request