simply converting space to underscore should be enough and user friendly, I think.
It should be really easy : in the tagstore.py, in Tag, just str.replace(" ","_") in the rename function. (no time to do it now)
simply converting space to underscore should be enough and user friendly, I think.
It should be really easy : in the tagstore.py, in Tag, just str.replace(" ","_") in the rename function. (no time to do it now)