A new button (handle) is added to Tiddler View Toolbar with the below features
- On click, it moves the current tiddler to the top of story river (move to top of window)
- On alt-click focus on current tiddler e.g. all other tiddlers are closed
- On ctlr-click permlink is copied to clipboard (does exacly as the permlink button)
- On shit-click permview is copied to clipboard (does exacly as the permview button)
Edit $:/kookma/ui/Buttons/link
to change the modifier key, add new actions and/or modify the current ones.
Demo
Code
- Download Tiddler Title with Draggy Link.json (2.5 KB)
- Drag and drop into TiddlyWiki — a non-linear personal web notebook
- See the draggy button on view toolbar
NOTE:
- You can hide or remove it like any other standard toolbar button
- You can change Hints/Caption tiddler to translate into your language
Acknowledgement
Improvement
- Add tiddlers for shortcuts to appear under TiddlyWiki shortcuts setting
- Use better modifier key and add keys for Mac/Linux
- Add more actions