How to move tidler in the list of opened tidders.

205 views
Skip to first unread message

Alex K

unread,
Dec 3, 2016, 10:48:07 AM12/3/16
to TiddlyWiki
Is it possible to change order of opened tiddlers by dragging it or with special buttons (up/down)? May be some plugin?

Jed Carty

unread,
Dec 3, 2016, 11:06:07 AM12/3/16
to TiddlyWiki
There isn't a built in way, but making some buttons to change the order wouldn't be too terribly difficult. I am in the middle of something right now but I will try to throw something together in a bit.

Jed Carty

unread,
Dec 3, 2016, 11:58:07 AM12/3/16
to TiddlyWiki
Ok, the quick version is here: http://ooktech.com/jed/ExampleWikis/ReorderOpen/

It just lets you move a tiddler up or down by one using a modified version of the Open tab in the sidebar. I could add buttons to do things like move up/down by 5 or 10 or something, but the problem is that you very quickly get way too many buttons to be useful. If anyone really wants that added I can put in a move up by 5 or 10 button but for now I am not going to worry about it.

Alex K

unread,
Dec 3, 2016, 3:30:32 PM12/3/16
to TiddlyWiki
I think better would be to have such buttons on the tiddler's top? Draggable tiddler would be the best. But this is enough for quick start. Integrated in my tw5.

Thanks!

Jed Carty

unread,
Dec 3, 2016, 4:09:19 PM12/3/16
to TiddlyWiki
Well, you can now have the buttons at the top of tiddlers. Drag and drop is more than I feel like worrying about.

Jan

unread,
Dec 3, 2016, 4:18:08 PM12/3/16
to tiddl...@googlegroups.com
Hi Alex,
I made a tool for the sidebar to rearrange the tiddlers:
http://slidesnstories.tiddlyspot.com/#About%20the%20Rearranger

Cheers, Jan



Am 03.12.2016 um 16:48 schrieb Alex K:
Is it possible to change order of opened tiddlers by dragging it or with special buttons (up/down)? May be some plugin?
--
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 post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b39e4bec-4457-4331-ab12-665d464255e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Alex K

unread,
Dec 4, 2016, 12:41:54 AM12/4/16
to TiddlyWiki
Thnak you Jad. That is very good. I agree that dragging is not often scenario.

воскресенье, 4 декабря 2016 г., 0:09:19 UTC+3 пользователь Jed Carty написал:

Alex K

unread,
Dec 4, 2016, 12:45:36 AM12/4/16
to tiddl...@googlegroups.com
Thank you Jan! I find your tw5 to have very interesting ideas. Will try to integrate some of them.

воскресенье, 4 декабря 2016 г., 0:18:08 UTC+3 пользователь Jan написал:

MaxGyver

unread,
Jun 12, 2021, 3:22:38 AM6/12/21
to TiddlyWiki
@inmy... That's cool! Actually I'm looking for a button that moves the current tiddler to the top of the story river. I simply modified your "Move Tiddler Up" tiddler to use "move:-1000" instead of "move:-1". Do you have an idea how I could also move the viewport to the top? Can I make the button scroll the page to the top after moving the tiddler?

PMario

unread,
Jun 12, 2021, 5:21:04 AM6/12/21
to TiddlyWiki
Hi Max,

You can also use drag & drop sort the "Open" tab in the "Sidebar".

The following code will do what you want:

<$button>
<$set name=me filter="[<currentTiddler>]">
<$action-listops $tiddler="$:/StoryList"  $filter="[list[$:/StoryList]prepend<me>]"/>
</$set>
Click
</$button>

That's all it needs.
-mario

PMario

unread,
Jun 12, 2021, 5:40:04 AM6/12/21
to TiddlyWiki
On Saturday, June 12, 2021 at 11:21:04 AM UTC+2 PMario wrote:

The thread is 5 years old. .. I didn't see that at first. .. So the example version with the tool was 5.1.14 .. Now we have 5.1.23.
So you should definitely go with "drag & drop"

You can also use drag & drop sort the "Open" tab in the "Sidebar".

The code I did create, should probably be in a tiddler toolbar button, which can be found in the attachment. You can save and import it to your wiki.

I did use the Spiral image, because it doesn't clash with other buttons that already exist. You can easily change the image using one of them.

have fun!
mario

$ __my_ui_Buttons_move-to-top.json
Reply all
Reply to author
Forward
0 new messages