Lukas Bach
Lukas Bach
Hi, RCT is already updated to react 18. Can you share details about the error you're getting?
This is hard to look into without more details since there could be many other libraries whose transitive dependencies might cause the conflict. Can you share the error log that...
If you don't want clicks on the arrow to change the selection state, you should be able to just overwrite the click handler of the arrow renderer: ```ts jsx renderItemArrow={...
Hi @Nishchit14. Sorry for the lack of updates, and the low progress on this project. I have had many personal topics come up for me this year, and didn't have...
Hey, thanks for the report! Can you share the logs that happen when you try this, I wonder if some error come up that prevents the drop (CTRL + Shift...
Thanks. That looks like an issue with the dnd library, react-beautiful-dnd. I will see if I can replicate this somehow.
I checked again, and I believe the message you saw should only be displayed alongside the actual error, it wasn't the error thrown that caused the issue. Can you checked...
Thanks everyone for your interest in this. I had this disabled on mobile by default because I don't really use the Obsidian Mobile App, and wasn't sure if this would...
As far as I know, native Obsidian doesn't really support changing the order in the side bar in a way that folders and files are interchanged. The scope of this...
Hm, the change wouldn't be difficult, but I'm also not sure how most people would expect this to work in this case. The plugin already triggers reorder on siblings if...