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
Requested from Christian K. via slack
text
[[pages]]
#tags
{{buttons}}
node:node:/regex/
node:node:text-only
Unsure how we'd handle block references ((9EzwbaEJs)), especially when they contain [[pages]], #tags, or {{buttons}}
((9EzwbaEJs))
For now, users can remove the undesired parts in embed view via css:
embed
/* targeting Query Builder results table */ /* only from column titled "text" */ /* hide all [[links]] and #tags */ .roamjs-query-results-view td[data-column-title="text"] .rm-page-ref__brackets, .roamjs-query-results-view td[data-column-title="text"] .rm-page-ref { display:none; } /* hide checkboxes */ .roamjs-query-results-view td[data-column-title="text"] .check-container { display:none; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requested from Christian K. via slack
Use Case
text
and an arbitrary amount of[[pages]]
,#tags
, and{{buttons}}
text
node:node:/regex/
Proposed Solution
text
[[pages]]
,#tags
, or{{buttons}}
node:node:text-only
Unsure how we'd handle block references
((9EzwbaEJs))
, especially when they contain[[pages]]
,#tags
, or{{buttons}}
Workaround
For now, users can remove the undesired parts in
embed
view via css:The text was updated successfully, but these errors were encountered: