Would it be possible to have a situation where you automatically fold some piece of text and then perhaps unfold it when the cursor leaves the folded area. This would be super useful when writing something like markdown, where we'd want an image to hide the path unless we are on top of it. eg:
![some super long file path](some really crazy custom text)
Could just display in our text editor as:
![{...}]({...})
Which just becomes really nice to help us manage clutter 😃 Thoughts?
Would it be possible to have a situation where you automatically fold some piece of text and then perhaps unfold it when the cursor leaves the folded area. This would be super useful when writing something like markdown, where we'd want an image to hide the path unless we are on top of it. eg:
Could just display in our text editor as:
Which just becomes really nice to help us manage clutter 😃 Thoughts?