ozntel / file-tree-alternative

This Obsidian Plugin allows users to have a different file explorer experience.
451 stars 32 forks source link

Support to File Order plugin #180

Open houcheng opened 11 months ago

houcheng commented 11 months ago

Hi all, I've write a small modification to support File Order plugin.

The feature is simple, it just hides prefix numbers in folder and file view. So that the looks could be: image

compared to its origin look below, it is more clear. image

If anyone like this feature, I can send the pull request. Thanks, Houcheng

weicun581 commented 11 months ago

cool , could you tell me how to get that? thx for share your solution mail: weicun581@qq.com

houcheng commented 10 months ago

file-tree-alternative-main.zip Hi @weicun581 Please see attached zip and you can just replace the main.js in the origin plugin. I'll find the source code later (in my another computer) and put onto github. thanks.

ozntel commented 10 months ago

@houcheng Feel free to send a PR. I will see if it impacts the performance and merge as a new feature if it looks ok

weicun581 commented 10 months ago

file-tree-alternative-main.zip Hi @weicun581 Please see attached zip and you can just replace the main.js in the origin plugin. I'll find the source code later (in my another computer) and put onto github. thanks.

thanks for share your code, it seems work for me. thx a lot

weicun581 commented 10 months ago

@houcheng Feel free to send a PR. I will see if it impacts the performance and merge as a new feature if it looks ok

appreciate your open attitude. i have tested his code, seems work for me.

houcheng commented 10 months ago

@ozntel I just put a pull request and thank you. @weicun581 It's great! Thank you for the feedback.

Horatiu-V commented 5 months ago

Hello,

I tried File Order and for me it doesn't work. It's not yet integrated? I mean, File Order it's doing it's job, but the prefix numbers are not hiding and the order it's not changing after File Order add prefixes, nor by drag&drop.

houcheng, if I replace the main.js (from your file-tree-alternative-main.zip), what will happen when File Tree Alternative plugin will be updated?