netcarver Posted May 8, 2014 Posted May 8, 2014 TextformatterThinspace is a trivial text formatter that removes repeated spaces (either ascii or non-breaking) and repeated newlines, replacing them with just a single instance. 5
alan Posted May 8, 2014 Posted May 8, 2014 Steve, if this is something that tidies up extra fluff added to textareas by the otherwise lovely CKEditor then fab! (And thanks if that's what it is or not ) PS: Also the coolest Module name yet. 1
alan Posted May 8, 2014 Posted May 8, 2014 FYI Installing by Modules Manager or visiting directly, github is 404ing https://github.com/netcarver/PW-TextformatterThinspace/archive/.zip
netcarver Posted May 8, 2014 Author Posted May 8, 2014 @alanfluff, It is primarily for tidying up sloppy spacebar work. CKEditor turns n spaces into a space followed by n-1 non-breaking spaces - which I hope this module takes care of cleaning up . 1
adrian Posted May 8, 2014 Posted May 8, 2014 I had that 404 issue with the last module I submitted. Not sure why the "master" is missing from the filename. Don't know whether github changed something that is messing with Ryan's code for getting the name or what. It's obviously an easy edit, but maybe something we should bring to Ryan's attention. 1
netcarver Posted May 8, 2014 Author Posted May 8, 2014 Thank you both, I've updated the module page - the download link should now work. 1
Soma Posted May 11, 2014 Posted May 11, 2014 I have also created a helper some time ago specific for InputfieldTinyMCE to strip non breaking spaces in text on saving. https://gist.github.com/somatonic/10330802 2
alan Posted May 12, 2014 Posted May 12, 2014 Thanks for noting Soma, I love finding nuggets of gold in the Modules but so often miss them, so v. pleased to be helped in any way to keep abreast of what's available
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now