Lost Paul
Lost Paul
You probably have to press the button "Rename existing folder notes" in order to make it work. I'll look more into this soon and try to improve the way it...
> You probably have to press the button "Rename existing folder notes" in order to make it work. I'll look more into this soon and try to improve the way...
This has nothing to do with the plugin itself. You're in reading mode that's why you can't edit the note. I can reproduce the last point of you, try to...
Great catch!
I've fixed this in the latest beta.
I've added an option to switch to an already open tab if you have the option enabled to always open folder notes in a new tab.
When do you get this kind of error? I got it once but I don't get it anymore.
Could you both try out the beta version in duplicated version of your vault to see if that changes anything? https://github.com/LostPaul/obsidian-folder-notes/releases/tag/1.7.30-25-beta
> Hi - I used BRAT to install 1.7.30-25-beta. I am getting the following error messages in the dev window. > >  > > It means nothing to me,...
> Currently, I just change the `const fileExplorerItem = fileExplorer.view.fileItems.[path];` to `const fileExplorerItem = fileExplorer.view.fileItems?.[path];` to avoid this error messages. I've made this change to the next beta release which...