[Tips] How to rename Tags, Categories etc.
Posted: Tue Nov 26, 2019 11:43 am
Inspired by this question viewtopic.php?f=7&t=318
If you want to change the name of a category in ToDoList one of the simplest way to do it is to edit the name in a text editor. In this tut I use NotePad++ (https://notepad-plus-plus.org/)
Before making any changes in ToDoList project files make backups.
1) Open the folder with your .tdl files and select the project in which you want to rename categories. Right click -> open with NotePad++ (or any other editor) addendum by Korunekosama
2) Find the name of the category you want to rename (Ctrl+F) in <CATEGORY> tags.
3) Type the name of the category in the "replace tab" with <CATEGORY> tags:
4) Click "Replace all"
5) Save the file
If you want to change the name of a category in ToDoList one of the simplest way to do it is to edit the name in a text editor. In this tut I use NotePad++ (https://notepad-plus-plus.org/)
Before making any changes in ToDoList project files make backups.
1) Open the folder with your .tdl files and select the project in which you want to rename categories. Right click -> open with NotePad++ (or any other editor) addendum by Korunekosama
2) Find the name of the category you want to rename (Ctrl+F) in <CATEGORY> tags.
3) Type the name of the category in the "replace tab" with <CATEGORY> tags:
Code: Select all
Find What: <CATEGORY>{the name of the category}</CATEGORY>
Replace with: <CATEGORY>{A new name for the category}</CATEGORY>