Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move lines via a dialog box #116

Open
vincode-io opened this issue Aug 11, 2021 · 2 comments
Open

Move lines via a dialog box #116

vincode-io opened this issue Aug 11, 2021 · 2 comments

Comments

@vincode-io
Copy link
Owner

movelines.mp4

I would love it to move lines in Zavala via a dialog. You can open this dialog with a keyboard shortcut. (cmd+shift+m) You can move lines in the outline that is already open, or you can move lines into another outline.

If you have a list with authors, and you are currently reading a book it is under Doing. When you finished reading the book you can open the dialog, search for the author and move the line.

This is just one example but it makes moving lines faster. And a lot faster when you can open the dialog with a keyboard shortcut.

Originally posted by @latvia234 in #115

@latvia234
Copy link

latvia234 commented Aug 12, 2021

Thanks for making this issue! I forgot to mention something. It's about sorting the results in the dialog box.

An example: Outline Project X is currently open. I want to move "Zavala test" to "Doing". So I open the dialog box and type "Doing". It would be helpful if the results in the dialog box will show results from the outline that is currently open, at the top in the dialog box.

In this case I type "Doing" and the first result that will appear is "Doing" inside Outline Project X, under this "Doing" from Project Y and Project Z are displayed.

Outline Project X

  • To do
    • Zavala test
  • Doing
  • Done

Outline Project Y

  • To do
  • Doing
  • Done

Outline Project Z

  • To do
  • Doing
  • Done

@latvia234
Copy link

latvia234 commented Aug 12, 2021

This option could also be useful: to choose between "Start of destination item" or "End of destination item".

When using the "Move to" feature, the item should be moved to the start or end under the destination item. This will also be applied to where items get dropped into a collapsed parent.

Most of the time when I move the item from this:

Outline Project X

  • To do
  • Doing
    • Test task 5
  • Done
    • Test task 4
    • Test task 3
    • Test task 2
    • Test task 1

To this:

Outline Project X

  • To do
  • Doing
  • Done
    • Test task 5
    • Test task 4
    • Test task 3
    • Test task 2
    • Test task 1

But maybe other people would prefer it to put it at the bottom:

Outline Project X

  • To do
  • Doing
  • Done
    • Test task 4
    • Test task 3
    • Test task 2
    • Test task 1
    • Test task 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants