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

items list isn't updating dynamically #50

Open pcause opened 9 months ago

pcause commented 9 months ago

I had a folder note open and a note that is listed in the folder note open in another tab. I deleted the note but the folder note didn't update its contents display. I would have expected that to happen. Closing and opening the folder note and the contents are updated

LostPaul commented 9 months ago

I had a folder note open and a note that is listed in the folder note open in another tab. I deleted the note but the folder note didn't update its contents display. I would have expected that to happen. Closing and opening the folder note and the contents are updated

Can you provide a video? I didn't quite understand what you mean.

pcause commented 8 months ago

I suck at videos let me try this. I have a folder note open in a tab and it has

a b c

I have b open in a second tab. i delete b. when i switch to the folder note tab is still see:

a b c

If I close and reopen the folder note tab I see:

a c

I expect the folder not to use some obsidian API to catch an item being deleted and to dynamically update.