Very often I use frontmatter data to store additional information. On some of my pages I have a widget for displaying this data from frontmatter, some with calculated additional fields.
Before my latest update of silverbullet (so I think somewhere just before 2.8) I got the widgets refreshed, as soon as I move the cursor in and out of the ${widget.myspecialwidget()} string.
Also on opening a page with that widget or changing the page to another and back would refresh the widget.
That does not happen anymore.
Steps to reproduce:
Add some strings to frontmatter of a page.
Add this to your page:
${(index.extractFrontmatter(editor.getText())).frontmatter}
see the empty table where something of your frontmatter should be displayed.
Only after klicking the widgets refresh button shows content.
Is this intended? I would at least expect to see the content after opening a page.
Tested with a clean installation, too. Same effect.
Using Version 2.8.0-6-gce97cf24-2026-05-19T08-32-59Z currently.