Hi fellow DPers, I'm currently spending too much of my time with the categorization of keywords. I have a few 1000 keywords and have to put them into a .txt file with basically the following format: [Category] [Sub-Category 1] "Keyword 1 in Sub-Category 1" [Sub-Category 2] "Keyword 1 in Sub-Category 1" "Keyword 2 in Sub-Category 2" "Keyword 1 in Category" Code (markup): Right now, I'm using Geany (a simple programmer's file editor) with Python syntax highlighting for this task which at least allows folding of categories, but I think there's a better way of doing this. Any ideas?