-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Folder notes no longer open when clicking on the folder (Obsidian Desktop v1.5.4) #134
Comments
looks like some of the properties were renamed. here is a quick fix / work around until the official one comes through: go to file: find this line find this block
change to
there are probably more fixes but this works for me to get the folder to be clickable again |
Thank you so much, lx0n2acl! Works perfectly. I also want to express my profound appreciation for your willingness to tackle this right away and despite the fact that the issue was introduced by an Insider build. |
this fixed it for me as well. |
Are you guys seeing this issue again today? I'm not clear on what might have changed, but it's back for me. (I just double-checked and main.js still shows the changes made yesterday.) |
Still working for me |
Same here!
|
Works great for me as well. Thanks for the solution! |
Workaround works for me, as said above thankyou for the swift temp resolution so we can continue on using it! |
Hi, I have a regular Obsidian Desktop v1.5.8 and have the same Phenomenon. |
Awesome. Thank you so much for this fix. Same as SpocWeb, v1.5.8 and working for me. |
@lx0n2acl Could you make a pull request with your fix? |
@brokeboiflex I can but it looks like there are already 2 PRs with these fixes in them as well as some additional work. It's up to the ower of the repo to merge those when ready. @aidenlx any updates? |
thanks for the work around. Yeah, I don't think I'll allow Obsidian to update ever again. Feels like russian roulette every time. |
@CobaltMongoose this is an issue with extension, which was "working good enough" under the past conditions. The fix was provided on January 7th, but the last extension update was over a year ago. Since that, no changes / fixes have been included. Let's hope that the PRs will be merged |
I just want to say that I really, really feel for If they had the capacity to do this currently, I imagine they would have done. The thing about free software is that people make it in their spare time and offer it to others. And sometimes circumstances change and they can no longer maintain it. And it can be easy for users to not understand the burden that repeated requests can place, in the situation. (Heck, they can be a burden even when one can maintain the project...) An alternative to seemingly demanding that the software be updated - for free - is:
|
Yeah, that's more demanding than one can expect. |
I'm the author of obsidian-custom-sort plugin which was also affected by the breaking changes in File Explorer introduced in Obsidian 1.5.4. To fix the problem in my plugin I invested some time in a reverse engineering of Obsidian code to track back the relevant changes and then apply the required fixes. I'm also a user of this
Hopefully the author will find time to take care of fixing the issue. Until then I'm switching to use the |
This worked! Thanks very much. |
Can reproduce, this fixed it. Thank you! |
I’m on obsidian 1.6.7 and this change is not working for me. Any advice? |
Would it be possible to add an option to make clicking on all the folder titles (regardless of whether they have a folder note or not) don't fold/unfold the folder? For now, turning off the Thank you so much for the efforts making those fixes in your beta repository! It's awesome and still works in v1.7. |
This worked for me thanks
Thanks this worked great for me hopefully the owner will incorporate your changes. |
his change is not working for me. |
Hi, Today however, the same issue cropped up again. The error "folder-note-core encountered an error while loading" shows up at Obsidian startup. Then, clicking the folder name in navigator no longer opens the folder note. Folder and folder note are now separate entries in the navigator. Earlier this year, March 2024, I implemented the changes suggested by @lx0n2acl and it got fixed. Thanks again. The suggested changes are still in the main.js file at this time. Would anyone know a new solution? Thank you |
I also upgraded 1.7.4 and I reapplyed the and it doesnt work anylonger for me I reapplyed the patches from the forked version and that didnt help. Not sure what causes it but I didable it to see if it would fix other issues I saw in the console but not I can't even renable it. |
I switched over to the similar but still maintained https://github.com/LostPaul/obsidian-folder-notes |
Yea I just made this switch just after I wrote my comment, this seems to do the exact same thing but with more features so Im happy with that. Shame things seem to have quited down on this plugin |
@hsiktas @HippyCraig Thank you for pointing me in the right direction. I was not aware of the Folder Notes plugin by Lost Paul. I first disabled the older plugins AidenLx's Folder Note and Folder Note Core, then installed the new one directly from the Obsidian interface. After fiddling with the settings, my vault seems to work the same as it did before. Which is great. |
After applying the Obsidian 1.5.4 update this morning (Insider release), folder note notes no longer open when I click on the folder.
Workaround(s): (None found so far.)
Errors from Console:
The text was updated successfully, but these errors were encountered: