Hi everyone. This is a bit of a puzzle.
I am working on ST4 with the Smart Markdown and MarkdownEditing plugins. When I’m working on a Markdown file, I like to collapse all of the sections of the document except for the one that I am currently editing. Unfortunately, I am seeing the folded sections expand automatically when my cursor passes them.
Here’s is what I am seeing:
- Open a file with lots of headings
- Fold all will collapse all, showing just the top-level headings with arrows to unfold
- If I press an arrow key, it will expand everything.
Desired behavior: expand only on-demand using a special keybinding (e.g., shift+tab).
I have another laptop with the desired behavior but I can’t figure out where the settings would be. I thought it was part of Smart Markdown but that doesn’t seem to be it. Could this be buried in a different package somewhere, perhaps?