RoamJS / query-builder

https://roamjs.com/extensions/query-builder
MIT License
20 stars 5 forks source link

node is only target option #6

Closed garcle closed 2 years ago

garcle commented 2 years ago

Installed this via RoamDepot (previously it was installed via Roam marketplace) query builder issue

I only get an option for Node as a target

dvargas92495 commented 2 years ago

This is expected behavior - as you add more conditions, more placeholders become available

garcle commented 2 years ago

query-builder help example How do I get the values shown in the query builder help example?? What woudl the first "find" be to get from 'node' to 'block'?

dvargas92495 commented 2 years ago

'node' and 'block' are just labels - they're interchangeable. We renamed the initial label from 'block' to 'node' to communicate that the query could return pages or blocks, not just blocks

you should be able to recreate this example, but with 'node' instead of 'block'

garcle commented 2 years ago

'node' and 'block' are just labels - they're interchangeable. We renamed the initial label from 'block' to 'node' to communicate that the query could return pages or blocks, not just blocks

you should be able to recreate this example, but with 'node' instead of 'block'

Thank you, I understand now,. and the example worked. :)