You can use @Kevinkun 's regex extension to remove the numbers/spaces from your tag names
str.replace(/^\d+\s+/, '');
Also see here for help with managing the spinner: