Open mdroidian opened 2 months ago
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; }
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: