[GH-ISSUE #996] [Feature request] Manually sort the notes and folders #439

Closed
opened 2026-03-03 00:21:10 +03:00 by kerem · 8 comments
Owner

Originally created by @hannah23280 on GitHub (Jun 9, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/996

Hi,

Currently, there is no way for us to manually sort the notes among themselves. Would like to request to be able to manually order the notes via click and drag. It should apply to sorting the folders as well.

Originally created by @hannah23280 on GitHub (Jun 9, 2021). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/996 Hi, Currently, there is no way for us to manually sort the notes among themselves. Would like to request to be able to manually order the notes via click and drag. It should apply to sorting the folders as well.
kerem closed this issue 2026-03-03 00:21:11 +03:00
Author
Owner

@Komediruzecki commented on GitHub (Jun 9, 2021):

Hi hanct,

which version are you using, is it cloud or local space?

In any case, today there was v0.18 version release, this features moving notes and folders for local space,
for drag and drop sorting which is available in cloud spaces already (to sort notes inside a folder and folders inside the parent folder) I am currently working on it, and it will go into the next release (next week I think).

Is this what you had in mind?

<!-- gh-comment-id:857413037 --> @Komediruzecki commented on GitHub (Jun 9, 2021): Hi hanct, which version are you using, is it cloud or local space? In any case, today there was v0.18 version release, this features moving notes and folders for local space, for drag and drop sorting which is available in cloud spaces already (to sort notes inside a folder and folders inside the parent folder) I am currently working on it, and it will go into the next release (next week I think). Is this what you had in mind?
Author
Owner

@hannah23280 commented on GitHub (Jun 9, 2021):

Hi hanct,

which version are you using, is it cloud or local space?

In any case, today there was v0.18 version release, this features moving notes and folders for local space,
for drag and drop sorting which is available in cloud spaces already (to sort notes inside a folder and folders inside the parent folder) I am currently working on it, and it will go into the next release (next week I think).

Is this what you had in mind?

Hi, I am referring to the cloud space. On my desktop apps, i realize i can manually sort the note. But on my browser, i can';t manually sort the notes.

Btw, how do we get the version number for desktop app and browser-based app?

<!-- gh-comment-id:857425026 --> @hannah23280 commented on GitHub (Jun 9, 2021): > Hi hanct, > > which version are you using, is it cloud or local space? > > In any case, today there was v0.18 version release, this features moving notes and folders for local space, > for drag and drop sorting which is available in cloud spaces already (to sort notes inside a folder and folders inside the parent folder) I am currently working on it, and it will go into the next release (next week I think). > > Is this what you had in mind? Hi, I am referring to the cloud space. On my desktop apps, i realize i can manually sort the note. But on my browser, i can';t manually sort the notes. Btw, how do we get the version number for desktop app and browser-based app?
Author
Owner

@Komediruzecki commented on GitHub (Jun 9, 2021):

Hi,

It's a bit tricky, for the desktop app version you need to go to local space (or create a dummy one if needed) and go to its Preferences | About tab,

image

The web app should have the same version as cloud space in the desktop app, and it is not currently shown anywhere as far as I know, but you could track it in the forum I think: https://forum.boostnote.io/t/boost-note-release-v1-41-1/34

For the drag and drop, it should work in the desktop app under Drag and Drop order selection:
image

But on web app (where I didn't test it previously) it seems to throw an error for me, I'll let the guys know and we'll inspect as why this happens

<!-- gh-comment-id:857431749 --> @Komediruzecki commented on GitHub (Jun 9, 2021): Hi, It's a bit tricky, for the desktop app version you need to go to local space (or create a dummy one if needed) and go to its Preferences | About tab, ![image](https://user-images.githubusercontent.com/18196945/121306618-5d273b80-c8ff-11eb-962a-2767fa206857.png) The web app should have the same version as cloud space in the desktop app, and it is not currently shown anywhere as far as I know, but you could track it in the forum I think: https://forum.boostnote.io/t/boost-note-release-v1-41-1/34 For the drag and drop, it should work in the desktop app under Drag and Drop order selection: ![image](https://user-images.githubusercontent.com/18196945/121306703-74662900-c8ff-11eb-8bfb-4bfbb2080095.png) But on web app (where I didn't test it previously) it seems to throw an error for me, I'll let the guys know and we'll inspect as why this happens
Author
Owner

@hannah23280 commented on GitHub (Jun 9, 2021):

Thanks. As i have just update my desktop, and it is showing v0.18.0 in my local space.

Just to highlight my testing:

  1. For web app (i.e browser based), manual sorting can't be done. <--noted that this is currently under investigation
  2. workspace folders cannot be manually sorted.
<!-- gh-comment-id:857446405 --> @hannah23280 commented on GitHub (Jun 9, 2021): Thanks. As i have just update my desktop, and it is showing v0.18.0 in my local space. Just to highlight my testing: 1) For web app (i.e browser based), manual sorting can't be done. <--noted that this is currently under investigation 2) workspace folders cannot be manually sorted.
Author
Owner

@Komediruzecki commented on GitHub (Jun 9, 2021):

Thank you for your feedback,

It's definitely a confirmed issue, we'll keep investigating and get back as soon as possible solution is found.

<!-- gh-comment-id:857919887 --> @Komediruzecki commented on GitHub (Jun 9, 2021): Thank you for your feedback, It's definitely a confirmed issue, we'll keep investigating and get back as soon as possible solution is found.
Author
Owner

@Komediruzecki commented on GitHub (Jun 10, 2021):

Hi hanct,

It seems to me that the application will throw the error if you have wrong mode selected and trying to drag and drop. It definitely needs fixing in that sense, but can you please confirm that you are in correct mode when doing the operation? It seems that Firefox might defaults to last updated mode rather than drag and drop (like in Chrome) or it was remembered as such and I didn't change it,

you can see (and change) modes you are in here:

image

Please select drag and drop mode if you want to reorder items, in webapp or desktop app, it should work correctly in Cloud space.

In local space, I am currently implementing it and it should be ready for next release (no web app access to local spaces anyway).

For workspace folders, you mean different workspaces in sidebar? I think this will be replaced with plain folders so they will be orderable as well. So please try to select drag and drop mode in web app (browser), and then try ordering notes/folders, let me know of any further issues and browser name and version for additional info.

Thank you for your patience!

<!-- gh-comment-id:859070319 --> @Komediruzecki commented on GitHub (Jun 10, 2021): Hi hanct, It seems to me that the application will throw the error if you have wrong mode selected and trying to drag and drop. It definitely needs fixing in that sense, but can you please confirm that you are in correct mode when doing the operation? It seems that Firefox might defaults to last updated mode rather than drag and drop (like in Chrome) or it was remembered as such and I didn't change it, you can see (and change) modes you are in here: ![image](https://user-images.githubusercontent.com/18196945/121597256-c367a780-ca40-11eb-9998-8c418788aad8.png) Please select drag and drop mode if you want to reorder items, in webapp or desktop app, it should work correctly in Cloud space. In local space, I am currently implementing it and it should be ready for next release (no web app access to local spaces anyway). For workspace folders, you mean different workspaces in sidebar? I think this will be replaced with plain folders so they will be orderable as well. So please try to select drag and drop mode in web app (browser), and then try ordering notes/folders, let me know of any further issues and browser name and version for additional info. Thank you for your patience!
Author
Owner

@hannah23280 commented on GitHub (Jun 11, 2021):

Hi hanct,

It seems to me that the application will throw the error if you have wrong mode selected and trying to drag and drop. It definitely needs fixing in that sense, but can you please confirm that you are in correct mode when doing the operation? It seems that Firefox might defaults to last updated mode rather than drag and drop (like in Chrome) or it was remembered as such and I didn't change it,

you can see (and change) modes you are in here:

image

Please select drag and drop mode if you want to reorder items, in webapp or desktop app, it should work correctly in Cloud space.

In local space, I am currently implementing it and it should be ready for next release (no web app access to local spaces anyway).

For workspace folders, you mean different workspaces in sidebar? I think this will be replaced with plain folders so they will be orderable as well. So please try to select drag and drop mode in web app (browser), and then try ordering notes/folders, let me know of any further issues and browser name and version for additional info.

Thank you for your patience!

Hi, yes! u r right. By selecting drag and drop mode, i can now reorder note/folder in webapp or desktop app.
For workspace folders, yes, i mean the different workspaces in sidebar. Okie, noted that this will be replaced with plain folders in future.
Thanks!

<!-- gh-comment-id:859596276 --> @hannah23280 commented on GitHub (Jun 11, 2021): > Hi hanct, > > It seems to me that the application will throw the error if you have wrong mode selected and trying to drag and drop. It definitely needs fixing in that sense, but can you please confirm that you are in correct mode when doing the operation? It seems that Firefox might defaults to last updated mode rather than drag and drop (like in Chrome) or it was remembered as such and I didn't change it, > > you can see (and change) modes you are in here: > > ![image](https://user-images.githubusercontent.com/18196945/121597256-c367a780-ca40-11eb-9998-8c418788aad8.png) > > Please select drag and drop mode if you want to reorder items, in webapp or desktop app, it should work correctly in Cloud space. > > In local space, I am currently implementing it and it should be ready for next release (no web app access to local spaces anyway). > > For workspace folders, you mean different workspaces in sidebar? I think this will be replaced with plain folders so they will be orderable as well. So please try to select drag and drop mode in web app (browser), and then try ordering notes/folders, let me know of any further issues and browser name and version for additional info. > > Thank you for your patience! Hi, yes! u r right. By selecting drag and drop mode, i can now reorder note/folder in webapp or desktop app. For workspace folders, yes, i mean the different workspaces in sidebar. Okie, noted that this will be replaced with plain folders in future. Thanks!
Author
Owner

@Komediruzecki commented on GitHub (Jun 11, 2021):

Hi,

Great to hear that,

I'll close the issue, please reopen if needed.

<!-- gh-comment-id:859715586 --> @Komediruzecki commented on GitHub (Jun 11, 2021): Hi, Great to hear that, I'll close the issue, please reopen if needed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#439
No description provided.