LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

not excluding a folder pattern #30

Closed pcause closed 11 months ago

pcause commented 11 months ago

i have entered _attachments" as my exclude pattern as per this:

image

but when I create a folder note for a folder with an _attachments sub folder I get this:

image

here is the source view of the folder note

image

LostPaul commented 11 months ago

The plugin lacks documentation. I'll change that soon but when you click on the button to edit the excluded folder it no where shows that it will be excluded from the folder overview. It will also only change to a pattern if you add * at the beginning or at the end or {regex} at the beginning. I've added now that you can now exclude it from the folder overview.

pcause commented 11 months ago

downloaded the new version and same thing happen

image

image

image

i deleted the note that was there, restarted after making all the settings and recreated the note. I am on the latest insider build, btw

LostPaul commented 11 months ago

Not sure why it's not working I'll try to fix that now but "{regex}_attachments" should work

pcause commented 11 months ago

changed to *_attachments and it still shows that folder.

image

LostPaul commented 11 months ago

It should work now.

pcause commented 11 months ago

nope. same thing

LostPaul commented 11 months ago

Did you enable this? hcDDxnERQBlYyB1gECdp

pcause commented 11 months ago

yes

image

pcause commented 11 months ago

also tried _attachments with no luck

LostPaul commented 11 months ago

yes

image

And you have the latest plugin version?

pcause commented 11 months ago

1.4.8

LostPaul commented 11 months ago

I see it didn't work because it was in a subfolder and I forgot to also create it for subfolders. It should work now

pcause commented 11 months ago

fixed. thanks for the effort and the great plugin.