I had a look at ControlPanel->Appearance->Toolbar->View Toolbar
but I don’t see such a magic button there.
I have a workflow that involves two ways of adding tiddlers to the story river:
- I have a tiddler which is the root of a big multi-level ToC, this tiddler auto opens at startup
- When I want to work with an existing tiddler, I click on the link to it in the ToC. The tiddler opens in the story river below the root tiddler
- Sometimes I need to create a tiddler, then I click to the new tiddler button in the Page Toolbar. It opens above the root tiddler
Whenever I need to move content from an existing tiddler into a new one, there’s at least the root tiddler between them, sometimes other open tiddlers. All of this does not fit on the screen, regardless if it’s a phone or a PC.
I thought a simple workflow that would be effective on any screen would be to have a button in the View Toolbar that will push the existing tiddler to the top of the story river, so the new tiddler ends being just under it, thus saving me a lot of scrolling.
Does TiddlyWiki offer such functionality? Hypothetically, I know how to add a new, custom button to Edit Toolbar, so if I knew where to read in the docs to learn how would the event handler for such a button look, I’m willing to try doing it myself.
Edit: I missed to specify it explicitly: I want the tiddler moved to the top of the story river, and the story river auto-scrolled there of course.