How to have all tags in UPPER case, lower case or apply CapitalizeEachWord

Wiki, tutorials, etc.
Locked
admin
Site Admin
Posts: 964
Joined: Wed Nov 17, 2010 12:56 pm

How to have all tags in UPPER case, lower case or apply CapitalizeEachWord

Post by admin »

  • Please see how to configure Tags replace file - Tags Replace Definition File in Wiki for more information.
  • Then, to have all tags in UPPER case, edit file like this

    Code: Select all

    [*]
    %CHANGECASE%=UpperCase
    
  • To have all tags in lower case, edit file like this

    Code: Select all

    [*]
    %CHANGECASE%=LowerCase
    
  • To Capitalize Each Word, edit file like this

    Code: Select all

    [*]
    %CHANGECASE%=CapitalizEeachWord
    
  • That's it. From now on all tag value in all output files will be updated according to the settings above. Please note that when this option is enabled, tags will also be auto-replaced when Metadata is saved manually in the editor.
Locked