silverbulletmd / silverbullet

The hackable notebook
https://silverbullet.md
MIT License
2.04k stars 141 forks source link

Headers don't have their extracted attributes stored #780

Closed sirlancelot closed 4 months ago

sirlancelot commented 4 months ago

With the following text in a note:

## Header [something: value]

` ` `query
header
where page = @page.name
` ` `

I would expect the attribute something to be saved to the object. It looks like the attribute is extracted from the name value, but the extract property doesn't get added to the indexed object.

zefhemel commented 4 months ago

This was just fixed on the main branch but I haven't released this yet. Are you using the edge or release build? https://community.silverbullet.md/t/living-on-the-edge-builds/27

sirlancelot commented 4 months ago

Oops sorry for the duplicate. I'm using the release build.

sirlancelot commented 4 months ago

Duplicate of #771