the most recent update to section editor (1.0.0) no longer saves the foldstatus:
[FIXED] foldstatus uses temporary tiddler to prevent save button gets red
but doesn’t this make section editor less useful for long-form writing, since all sections will now be fully expanded after each save/reload?
sorry if i am missing something; i was using collapsed sections so the user could quickly select the appropriate section to expand, but now they are all expanded by default (i am using the previous version for now)
You could hack this! I had the same opinion as you! and I liked using state tiddler!
But there were requests to remove this!
Now we can have our own version, simply look at the foldstatus definition and change $:/temp prefix to $:/state prefix.
updated, modified $:/plugins/kookma/section/macros/definition as you suggest and also added an alternate keyboard shortcut in $:/plugins/kookma/section/templates/section
It used to create many state tiddler, and those state tiddler will be all public ,even the original tiddler is private (using TidGi’s private subwiki setup) This leaks the privacy.
There is one downside: If you export such tiddlers to other wikis these fields have no meaning! also it is good to keep the tiddler tidy! just my two cents