SpeedaRJ / obsidian_folder_tabulation

An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
MIT License
3 stars 0 forks source link

amazing! but how does the commands to go up/down work? does it follow name or modify time? #2

Open labgeea opened 6 days ago

labgeea commented 6 days ago

This is amazing and i have been waiting for these function for 4 years!! :)

when i issue the commands Folder Tabulation: Move to next file in folder and Folder Tabulation: Move to previous file in folder it seems that the jump from file to file dosent follow a file name or modification time sorting but rather something else? is that ny desgin?

so happy RE this plugin, thx so much for your epic work :)

Z

SpeedaRJ commented 6 days ago

Firstly thank you for the feedback, it's appreciated.

Secondly, I believe that the order it follows is as the order as the files are sorted on the disk. I will admit I haven't tested (or even think to test) what happens when you have custom ordering of files via a plugin or some other method.

If you could provide a better description of the behaviour you are experiencing, such as any other used plugins, sorting method, file naming convention, etc., I would be happy to recreate the settings and see if I can make it more standardised.

labgeea commented 6 days ago

thx for the speedy response!

sure here is a video where i use the ⌘+down to move with the Folder Tabulation: Move to next file in folder down and you can see that both when sorted by name and then by modification data the order seems to jump (randomly? :)) instead of going one down by order of the list each time i issue Folder Tabulation: Move to next file in folder

here is the video https://share.cleanshot.com/9zM6w7wj

latest obsidian and latest plugin version

happy to provide any other details needed best

Z

aikruger commented 3 days ago

I am similarly impressed with this plugin, but have the same issue, one would expect that it followed the order in the file folder but it seems to be following creation date or modified date rather than by name.