$:/plugins/kookma/section
- Demo: Section Editor — create, edit, fold, manage sections
- Code: GitHub - kookma/TW-Section: create, edit and manage big and lengthy tiddlers through sectioning
The plugin save state seems to be stored in json tiddlers, take $:/section-editor/state/xxx
for example. Whilst this method of storage ensures that the way the tiddler is opened and closed remains consistent once uploaded to the cloud, I don’t think it’s necessary. Because I don’t want to give my github repository a large number of similar change records in advance. I think it should be saved as $:/state/section-editor/xxx
so that TiddlyWiki deletes those state tiddlers when it starts.
Can you help me with this issue?
What I’ve come up with so far is to exclude tiddlers prefixed with $:/section-editor/state/
by means of .gitignore
.