Opening tiddlywiki always scrolls down to particular tiddler?

121 views
Skip to first unread message

demon...@gmail.com

unread,
Sep 28, 2020, 3:52:12 AM9/28/20
to TiddlyWiki

This is starting to annoy me more than it should. So, after converting my standard tiddlywiki to a nodejs server, every single time I open my tiddlywiki it scrolls my view down to a particular tiddler. I can just close the tiddler, that's not a problem, problem is that I don't know WHAT is making this and I want to know! What can be the cause of this?

Xavier Cazin

unread,
Sep 28, 2020, 12:51:52 PM9/28/20
to tiddl...@googlegroups.com
Hi Demoniwaari,

I believe that if you had a tiddler laying around, tagged with $:/tags/StartupAction or $:/tags/StartupAction/Node, which contained an <$action-navigate/> $to the particular tiddler you get scrolled to, it would have the effect you describe (see https://tiddlywiki.com/#StartupActions). Could this be?

Cheers,
-- Xavier Cazin


On Mon, Sep 28, 2020 at 9:52 AM demon...@gmail.com <demon...@gmail.com> wrote:

This is starting to annoy me more than it should. So, after converting my standard tiddlywiki to a nodejs server, every single time I open my tiddlywiki it scrolls my view down to a particular tiddler. I can just close the tiddler, that's not a problem, problem is that I don't know WHAT is making this and I want to know! What can be the cause of this?

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7ab0aae3-d4ee-48c4-a514-7a932782792bn%40googlegroups.com.

demon...@gmail.com

unread,
Sep 29, 2020, 3:37:37 AM9/29/20
to TiddlyWiki
Hi Xavier,

Thanks for the input. I don't think this is it. I cannot find any tiddlers that have this tiddler linked. Advanced search does no find anythign if I search with this tiddler's name (well except for the tiddler itself and HistoryList). Even if I close it and open it again and move it around by dragging it in the "open" tab and refresh the browser, it just hops right back to this tiddler. Super weird.

-DW

TW Tones

unread,
Sep 29, 2020, 6:53:53 PM9/29/20
to TiddlyWiki
DW

Some questions to ask yourself.
  • What is in the default tiddlers?
  • Are you using a bookmark/favourite that includes the tiddler in the link?
  • If the particular tiddler is a system one let us know
  • Check start-up and raw tags for possible causes, look at the content of the tiddlers so tagged
I may think of more

Tones

P M

unread,
Sep 30, 2020, 4:23:13 AM9/30/20
to tiddl...@googlegroups.com
Hi Tones!

- Default tiddlers include only the story, nothing else.
- My bookmark takes to the main story view.
- Nope, just a standard journal tiddler. Just a bunch of text in bullet points. Only tag is "September".
- I could not find any tiddlers tagged with any of the start-up tags or raw tags (as per https://tiddlywiki.com/static/SystemTags.html)

Could it be on the server side? I have very little experience with it...

-Petri

--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/65w9GEYQiyw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e6ab54db-9678-4875-bfb4-5207169956ddo%40googlegroups.com.

Sean Hankins

unread,
Sep 30, 2020, 5:22:09 PM9/30/20
to TiddlyWiki
This might be related to the syncing of $:/StoryList bug:


It might be going back to a saved version of the StoryList. I could be wrong, but perhaps take a look at my ticket from earlier for how I worked around that:

Joshua Fontany

unread,
Sep 30, 2020, 7:42:49 PM9/30/20
to TiddlyWiki
It may be related to that bug, good catch. If so... find the tiddler-text-file for "$:/HistoryList" and open it in a text editor.

The text field will be JSON content, and it will have a title and type field, but there will also be a "current-tiddler" field. DELETE that line entirely.

Restart your server. See if that changes anything. That field may have been written to when you converted the wiki, but is then never synced to the new browser-context value. At least, that what it sound like.

Best,

Joshua Fontany

demon...@gmail.com

unread,
Oct 1, 2020, 3:48:29 AM10/1/20
to TiddlyWiki
Haaa it worked!

I noticed that I had the Stroll addon which made its own history list and story lists etc. I checked its "$___sq_Stories_Story2HistoryList.json.meta" file and it had this "current-tiddler" line there. It did not reference to my problematic tiddler, but I deleted it anyway. And boom! No more scrolling!

Thank you Joshua and everyone else :)

-DW
Reply all
Reply to author
Forward
0 new messages