Comment on Question for software developers: how do you organize your To Do list at work?
Vlyn@lemmy.zip 1 year agoA little trick I like: You create your own custom language in Notepad++:
- Go tab Language → User Defined Language
- Create new… button
- Name it whatever you want, txtRegions or whatever
- In the “Folding in code 1 style” area put your favorite Open and Closing symbols. For example I used
{{
and}}
- Close the dialog
- For your todo file, now go up again to Language → Select your custom language at the bottom
- Try it out, you can now make your own regions in your .txt file
Usually Notepad++ remembers your custom language for your file. If it should ever forget to use it (and falls back to default .txt behavior) just select your language again. Have fun! :)
TitanLaGrange@lemmy.world 1 year ago
That’s for this tip, very useful