[Android Toolbar Feature Request] Add ability to move line up/down

We lack a way to quickly move a list item up or down on Joplin Mobile Android. There is a keyboard shortcut on desktop (called swap line up/down) but nothing in the mobile toolbar. Would be awesome both for task lists, regular bullet point lists and regular text lines.

It would sit nicely in the toolbar next to existing "indent / unindent" actions.

1 Like

In the Desktop version of Joplin it only works in the Markdown Editor not in the Rich Text Editor...
Active here (markdown editor):


Not active there (rich text editor):

Thank you for the feature request!

I'm linking to a related pull request:

5 Likes

This works great and makes a real difference in my life. Thank you very, very much. :purple_heart:

About desktop version... (Joplin, 3.3.5)
Still not active in the RTE...
In MD editor : strange behabiour !!!

Original position:

I move up the line number four...


=> On the left column, the line move but the number doesn't change.

I continue to move up the same line top first line position.

On the right column at some point new numbers apears !!!

In the RTE:

I think this fits to the commonmark specification:

The start number of an ordered list is determined by the list number of its initial list item. The numbers of subsequent list items are disregarded.

Are you sure ?
When the markdown says 1,2,3,4 there's no reason that the viewer or the RTE says 5,6,7,8 for the exact same lines !?