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

Recursive Excluded Folder #19

Closed Kageetai closed 1 year ago

Kageetai commented 1 year ago

First, wonderful plugin, definitely more feature complete and actively being developed, than some other of the many folder note plugins out there!

But I am not sure whether I understand the feature to exclude folders fully, or maybe I am missing something. So my question is hopefully quite straightforward:

How do I exclude a folder and all its subfolders?

I tried just adding /* to a folder, but doesn't seem to work. The new regex feature just now doesn't seem to achieve that either, right?

Thanks in advance

LostPaul commented 1 year ago

The wildcard is actually only for the name of the folder and not the path p3VNY92RnCOGWVcAa7km image

LostPaul commented 1 year ago

and I just saw I made a typo in the setting modal lmao

Kageetai commented 1 year ago

That might explain why I don't see that setting 😅

Kageetai commented 1 year ago

Hmm, the setting is there now, weird. I am sure I checked yesterday and thought it wasn't there. Thanks anyway

LostPaul commented 1 year ago

Hmm, the setting is there now, weird. I am sure I checked yesterday and thought it wasn't there. Thanks anyway

Probably because it changed to a pattern and the settings modal is different than from the folder settings modal because the pattern is only for the name and it doesn't involve the path so it can't know if for example a folder is a subfolder of the excluded folders/folder through the pattern. oq6XY3yQ2ArTa3mwghTp

LostPaul commented 1 year ago

I'll try to explain it better in the next release

Kageetai commented 1 year ago

Ah right, maybe I was looking at the other settings momentarily. Thx for clarifying