How to make a shortcut to edit the top tiddler?

100 views
Skip to first unread message

Zhe Lee

unread,
Aug 14, 2020, 11:12:37 PM8/14/20
to TiddlyWiki
Every time I want edit the tiddler I need to click the "pen" button. I think make a shortcut to make it will be a lot better. 

I have two idea: 
1. just edit the top tiddler by shortcut
2. press a key first and every tidder show a number pic on it, like vimium link hint feature.  And then type the number or hint. But this seems a lot harder to make. 

Snipaste_2020-08-15_11-11-11.jpg


Any you give me a hint to do the first idea. Which manual should I read? 

Mat

unread,
Aug 15, 2020, 2:34:17 AM8/15/20
to TiddlyWiki
I found it difficult to understand what you mean. How can any of your ideas be quicker or less than a single click?

<:-)

Saq Imtiaz

unread,
Aug 15, 2020, 3:26:20 AM8/15/20
to TiddlyWiki

Zhe Lee

unread,
Aug 17, 2020, 1:56:09 AM8/17/20
to TiddlyWiki

Snipaste_2020-08-17_13-43-48.jpg



Hi Saq,about the list syntax I don't know  How to make it yet.  I try to use the list wiget to interpret it. But not work.  Can you make it more clearly?  How do I use it in my case? 

 This code not work for me.

<$navigator story="$:/StoryList" history="$:/HistoryList">
<$action-sendmessage $message="tm-edit-tiddler" $param="[list[$:/StoryList]first[]]"/>
</$navigator>

Zhe Lee

unread,
Aug 17, 2020, 1:57:06 AM8/17/20
to TiddlyWiki
Please check my post when you are available thank you~ 


On Saturday, August 15, 2020 at 3:26:20 PM UTC+8, Saq Imtiaz wrote:

Mat

unread,
Aug 17, 2020, 3:07:22 AM8/17/20
to TiddlyWiki
Via so called "filtered transclusion" you do this

{{{ [list[$:/StoryList]first[]] }}}

or using the ListWidget you do

<$list filter="""[list[$:/StoryList]first[]]""">

</$list>

"Filtered transclusion" is a shortcut way to evaluate a filter. Using the ListWidget you can do stuff with the filter output items.

<:-)

Saq Imtiaz

unread,
Aug 17, 2020, 4:01:23 AM8/17/20
to TiddlyWiki
<$navigator story="$:/StoryList" history="$:/HistoryList">
<$action-sendmessage $message="tm-edit-tiddler" $param={{{ [list[$:/StoryList]first[]] }}}/>
</$navigator>


Zhe Lee

unread,
Aug 17, 2020, 4:54:11 AM8/17/20
to TiddlyWiki

Zhe Lee

unread,
Aug 17, 2020, 4:54:27 AM8/17/20
to TiddlyWiki
Can't thank you more~ 
Reply all
Reply to author
Forward
0 new messages