We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the docs, both add and subtract formatting is presented with single curly braces: add({label1}, {label2})
add
subtract
add({label1}, {label2})
https://github.com/RoamJS/query-builder/blob/main/docs/query-builder.md#supported-data-types https://github.com/RoamJS/query-builder/blob/main/docs/examples.md#add-or-subtract
When auto-filled inside of the Query Builder as a selection, the formatting is double curly braces and brackets: add({{selection}},[###])
add({{selection}},[###])
Reported by Chris H via slack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the docs, both
add
andsubtract
formatting is presented with single curly braces:add({label1}, {label2})
https://github.com/RoamJS/query-builder/blob/main/docs/query-builder.md#supported-data-types
https://github.com/RoamJS/query-builder/blob/main/docs/examples.md#add-or-subtract
When auto-filled inside of the Query Builder as a selection, the formatting is double curly braces and brackets:
add({{selection}},[###])
Reported by Chris H via slack
The text was updated successfully, but these errors were encountered: