You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed MarkdownEditing in ST4 and the feature I appreciate most is being able to fold/unfold sections of the text. The feature would be even nicer if it was possible to cut and paste folded sections while keeping them still folded. Currently, they unfold automatically when being pasted.
The text was updated successfully, but these errors were encountered:
No plugin functionality of Markdown is involved in copy & paste operations.
Even though it may proably be possible to modify this behavior via plugin, this is more or less a core issue of Sublime Text, which effects all folded regions in all syntaxes.
Hi,
I've just installed MarkdownEditing in ST4 and the feature I appreciate most is being able to fold/unfold sections of the text. The feature would be even nicer if it was possible to cut and paste folded sections while keeping them still folded. Currently, they unfold automatically when being pasted.
The text was updated successfully, but these errors were encountered: