kookma / TW-Section

create, edit and manage big and lengthy tiddlers through sectioning
https://kookma.github.io/TW-Section/
MIT License
26 stars 3 forks source link

Use state tiddler #20

Closed linonetwo closed 2 years ago

linonetwo commented 2 years ago

Hi, Is it possible use $:/state/section-editor/xxx instead of $:/section-editor/state/xxx?

So they won't be committed to the git...

linonetwo commented 2 years ago

Or maybe they can be in a field of the tiddler? Not a separate tiddler.

linonetwo commented 2 years ago

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.

linonetwo commented 2 years ago

截屏2022-01-19 上午10 53 58

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

kookma commented 2 years ago

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!