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

[Bug] Not replacing folder name with front matter when folder note filename is fixed. #35

Closed merrkry closed 8 months ago

merrkry commented 10 months ago

When 'Folder Note Name' is set to a fixed value (e.g. _about_.md) instead of {{folder_name}}, integration with front matter tile will not work. Filename in file explorer can't be replaced but the path above title seems to work fine.

image image image
LostPaul commented 10 months ago

The frontmatter title plugin has to be enabled before enabling the integration or you restart Obsidian after enabling the setting.

merrkry commented 10 months ago

The frontmatter title plugin has to be enabled before enabling the integration or you restart Obsidian after enabling the setting.

I tested after restart so I am sure it's a bug. Please tell me if you need more information to reproduce it.

LostPaul commented 10 months ago

The frontmatter title plugin has to be enabled before enabling the integration or you restart Obsidian after enabling the setting.

I tested after restart so I am sure it's a bug. Please tell me if you need more information to reproduce it.

Well a video with a new sandbox vault would be nice

merrkry commented 10 months ago

I started a sandbox vault, downloaded the two plugins and began recording. Here's the video:

https://github.com/LostPaul/obsidian-folder-notes/assets/124278440/ecd0ef90-77c1-4e77-b092-ff8014a7da37

You can see the folder name in explorer panel remains unchanged after modifying folder note name no matter how I edit the frontmatter value.

LostPaul commented 8 months ago

This should be fixed now.