I can go back to TiddlyDesktop if I need to, but i found a few features of TidGi-Desktop that really help my workflow. Only problem is I can’t get it to call up the tiddlers that were open during my last session, despite having [list[$:/StoryList]] in my default tiddlers.
I’ve also tried the “Remember last page visited, restore last visit state on open” setting in TidGi-Desktop, with no luck, I’m presuming it may be a conflict between the 2 settings?
Sorry if this is in the wrong place! Perhaps i should have put it on one of the posts related to TidGi-Desktop?
EDIT: To clarify, saving works normally, everything else seems intact, just can’t figure out this one problem.
Maybe, “Remember last page visited, restore last visit state on open” setting will keep the URL (you can see that URL in the setting, it will have a list of tiddler title after /#:, so it will auto reopen them.
The reason [list[$:/StoryList]] doesn’t work, is it is deleted when TidGi-Desktop start, because I find nodejs wiki will create a lot of $__StoryList_1.tid file, don’t know why, maybe the old $:/StoryList file is occupied by git? Anyway, when this file is deleted, [list[$:/StoryList]] will be empty.
And it will leak private sub-wiki’s opened tiddler title. Because my main wiki is public. Then everybody will see what I opened if I don’t delete it.
Ok i see now! Hopefully the next update will do the trick, its nice to have it just pop up.
I assume this problem is isolated to me having initially created the wiki in TiddlyDesktop though, maybe i should migrate all my tiddlers to a fresh wiki at some point, I just have a lot of plugins and little edits to the GUI that i’ve done that might be messy to migrate.
Thanks again for the responses, i appreciate the app and a lot of your other work quite a bit!
This can happen if the OS level file locking mechanism does not release the file lock early enough. Especially on Windows this can happen easily. Sometimes it is enough if you open the file in a text editor. Even if the editor is closed you also need to close the file explorer app to release the file lock.
From time to time you have to physically delete that file to “break” the lock. I am not sure, how this happens.
Apologies, i never followed up before! This setting did not work for me, so I’m wondering if there is some way i can use the URL listed to re-open them? I’ve tried linking to it and transcluding it, but theres no actual tiddler there, so I figure I’m totally misunderstanding what it is.
EDIT; Also just a consideration, perhaps one fix for this that falls in line with your considerations in deleting StoryList might be to only save StoryList locally? My wiki stays on my computer so I have no need to worry about people catching glimpse of my StoryList.