Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch between different Story view and the Tiddler under focus #3980

Open
kookma opened this issue Jun 14, 2019 · 0 comments
Open

Switch between different Story view and the Tiddler under focus #3980

kookma opened this issue Jun 14, 2019 · 0 comments

Comments

@kookma
Copy link
Contributor

kookma commented Jun 14, 2019

  1. Assume you are in classic story view
  2. Navigate among tiddlers by clicking on links, sidebar TOC and like that
  3. Then Switch to zoomin story view, the tiddler under focus is the same and you enjoy the new story view
  4. Navigate and continue your surfing
  5. Now switch back to the classic story view
  6. You will have some different tiddler under focus, means you will confuse!! For example You left zoomin story view with Tiddler-A under focus, when you switch to classic story view you get Tiddler-B on the screen!

Possible mechanism
It seems TW when switch back to classic story view looses its focus and start from the first item (tiddler) in $:/StoryList

I tried to use a temporary solution like below

\define Update_StoryList()
  <$set name="v1" tiddler="$:/HistoryList" field="current-tiddler">
	 <$action-navigate $to=<<v1>> $scroll="yes"/>
  </$set>
\end

It does not work and it needs a button to do it manually! Is there any better solution?

References

This has been previously discussed with no final solution. Look here: https://groups.google.com/d/msg/tiddlywiki/jKjAptsfs0E/u4OeMZ5_AQAJ
Also see: https://groups.google.com/d/msg/tiddlywiki/2GlyTsIoO_0/UnWbufleAQAJ

These discussions on GG:

Also see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant