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

Compatibility with Folder Notes #15

Closed
johnkingeu opened this issue Dec 14, 2023 · 1 comment
Closed

Compatibility with Folder Notes #15

johnkingeu opened this issue Dec 14, 2023 · 1 comment
Assignees

Comments

@johnkingeu
Copy link

johnkingeu commented Dec 14, 2023

Using the folder notes plugin together with the File Order plugin produces unwanted results. This is a shame because together they could be a very powerful combination.

When the folder notes plugin is active, a note within a folder is associated with the folder as a folder note. It is hidden from the file explorer list of notes within that folder but appears when the user clicks on the folder name.

When the user selects 'Reorder items' using file order plugin, the folder note is listed alongside other notes within a folder. It is not possible to exclude this note from reordering and so whenever the order of files is changed, the name of the folder note (and therefore the folder) is also changed, with a prefix appearing, and because the folder note appears at a higher level due to the operation of the folder notes plugin, this means the order of the remaining notes may be incorrect. Unfortunately, this makes the two plugins essentially incompatible with each other.

To resolve this issue, either:

(a) the folder note needs to be detected and excluded from the list of notes presented to the user and ignored, or
(b) the user needs to be able to select one (or more) of the listed notes and exclude it from the file ordering process.

The first of these two would be smoother for the user but the second is more flexible - it would have other benefits for non-file order users and possibly be easier to code.

@johnkingeu
Copy link
Author

Never mind, this has been dealt with using the regex feature!

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