Closed linonetwo closed 2 years ago
Or maybe they can be in a field of the tiddler? Not a separate tiddler.
Tiddlers starts with `$:/` won't show up in the disk when using nodejs wiki, and won't cause data leak if we use fileSystemPath to put the tiddler in a different folder.
Currently, the state tiddler of SE will go into different folder than the original tiddler, because it have different tags than the original tiddler, so won't be recognized by fileSystemPath to automatically move it.
https://talk.tiddlywiki.org/t/best-practices-for-alternate-editing-experiences/1250/4?u=linonetwo
Is this what you are concerning?
But I think in sections, editing is small enough, so loosing them is acceptable, and this is very rare.
Even we want to keep the edit state tiddler, maybe view state tiddler can still be in $:/state
Tiddlers starts with
$:/
won't show up in the disk when using nodejs wiki, and won't cause data leak if we use fileSystemPath to put the tiddler in a different folder.
I agree! just let me do a cross check!
Hi, Is it possible use
$:/state/section-editor/xxx
instead of$:/section-editor/state/xxx
?So they won't be committed to the git...