You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Folks,
I have a lots of tiddlers I want to open in the story. Once I have done this I will do something on each tiddler. But until then I do not want to have to scroll back to my list.
Can anyone tell me how to provide a link to a tiddler in a list that will open but not navigate to it?
Thanks in advance
Tony
Jed Carty
unread,
Aug 1, 2019, 3:31:06 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
This is one way:
<$button> <$action-navigate $to=SomeTiddler $scroll=no/> DO EET!! </$button>
making a macro to style it like a link and use the tiddler text as the button text could make it less obtrusive.
TonyM
unread,
Aug 1, 2019, 3:47:22 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks Jed,
That works perfectly. I had missed that $scroll parameter.
Into my documentation the one goes.
Regards
Tony
Mat
unread,
Aug 1, 2019, 4:56:59 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
You can also simply hold down the Ctrl key while clicking on the link.
<:-)
Mohammad
unread,
Aug 1, 2019, 5:25:06 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Added to TW-Scripts.
TonyM
unread,
Aug 1, 2019, 10:36:52 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks mat, they both have there place including the open in new window button.
I have a modified open in new window button that closes the tiddler more a move to new window.
Regards Tony
PMario
unread,
Aug 1, 2019, 12:28:02 PM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi,
If you CTRL-click a link, it will be opened, without scrolling.