Folding and collapsing indented children. Possible?
-
Hi guys,
I need your help.I have a text file with a following structure:
Parent1
<tab>child1
<tab><tab>child1.1
<tab><tab><tab>child1.2<tab>child11
<tab><tab>child11.1
<tab><tab><tab>child11.2Parent2
<tab>child2.1
<tab><tab>child2.2
<tab><tab><tab>child2.3
…
Parent100
<tab>child100.1
<tab><tab>child100.2
<tab><tab><tab>child100.3Is it possible to make Parents foldable?
After folding it would look like this:Parent1
Parent2
…
Parent100I am using text files for note-taking and this folding would make scanning of files and overviewing topics much easier.
Any thoughts? 💭
-
You can achieve it if you set the tab’s Language to something that supports folding, e.g. Python:
-
This post is deleted! -
@Alan-Kilborn
Thank you! 🤗 Works the way I wanted. 🎉
In combination with the shortcuts it should be very handy.