One of the features I really enjoy in Visual Studio Code is how, when you indent text, it allows you to collapse all text indented beneath other text. Basically like below,
- Hello There
This would be hidden if 'Hello There' was collapsed.
+ Hello There
Is this something that could be brought to Tiddlywiki’s edit preview iframe textarea somehow?
I didn’t see it in codemirror, but I imagine it would be very handy for working on things like custom js widgets or stylesheets, where long amounts of text with indents to keep things easier to read would appear.