1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Clarify drag-n-drop behaviour again (#3434)

* Clarify drag-n-drop behaviour again

Just found the real reason of drag-n-drop issue mentioned in
b89e8d1635.

* Trying to formulate correctly
This commit is contained in:
Bimba Laszlo 2018-11-20 11:06:12 +01:00 committed by Jeremy Ruston
parent f4ca295086
commit 6d67dc8eb8
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ Tiddler manipulation via drag and drop is supported by the core user interface i
All tiddler links are draggable by default. They can be dragged within a browser window for manipulating tiddlers, or dragged to a different browser window to initiate an [[import operation|Importing Tiddlers]]
If you want to drag a link, first move it vertically, because horizontal movement is recognized by the browser as text selection.
Tag pills are also draggable, and are equivalent to simultaneously dragging all of the individual tiddlers carrying the tag.
Some common scenarios for drag and drop tiddler manipulation are available as reusable macros:

View File

@ -6,4 +6,4 @@ type: text/vnd.tiddlywiki
You can copy an individual tiddler from one TiddlyWiki file to another by dragging a link to the tiddler from one browser window to another.
Depending on your browser, dragging may not work and moving the mouse only highlights the text. In this case you should hold down the left mouse key on the link, wait a second, and then try again to drag it.
If you want to drag a link, first move it vertically, because horizontal movement is recognized by the browser as text selection.