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

Hide state and temp tiddlers in nodejs wiki #23

Closed linonetwo closed 2 years ago

linonetwo commented 2 years ago

Fixes #20

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

Reopen one.