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
No sure exactly what you mean? If you have multiple blocks of
++++title|
…
++++
then they are independent. Opening or closing one does not affect the others. So the answer to your question is probably: no, that is not possible.
Just speculating on such a feature here:
You would need to be able to group the folded blocks into interdependent groups since it would be strange to allow only one fold to be open at a time in the general case. That would require some sort of optional label to be added to the folded blocks which would require a change in the syntax used to define folds. Then the code handling the folds would need to change significantly because at the moment the code is not aware of other folds on the same page.
Or you would need to group the folds into some sort of list element that handles the logic of allowing only one fold to be open at a time. Again a significant modification to the syntax and the code of the plugin.
It might be easier to find or create a specialised plugin for menu-like structures which does this sort of thing. Something like AcMenu Plugin (which I have never used and of which I don't know if it solves this particular problem).
Hi,
Great plugin!
I use it in the sidebar, having 16 main categories in a list, which all have sub-categories (links).
Is it possible to have only ONE category unfolded at the time? Say, C is open, and you click on E, then C should close.
thx a lot,
hc
--
The text was updated successfully, but these errors were encountered: