CustardUI provides Show and Hide modes to create focused views that filter out irrelevant content and guide the recipient's attention to the most important parts of a document.
cv-show): Generates a custom view that shows only the specific elements you selected. All other surrounding content is hidden. This is perfect for sharing a single snippet, a specific step in a guide, or an isolated component.cv-hide): Generates a view that hides the selected elements, while the rest of the page remains visible. This is ideal for temporarily removing distracting content, such as a large irrelevant table or sidebar.When a recipient opens a link with Show or Hide modes applied, they enter Focus View:
... 3 sections hidden ...). If the viewer needs more context, they can simply click on these markers to dynamically expand and reveal the hidden content inline.Follow these steps to generate a focused link:
#cv-share-show or #cv-share-hide to the URL.ShareToolbar at the bottom of the screen, select either Show or Hide.↰) to quickly select the parent container if needed.While the Share Mode UI generates robust, encoded links automatically, you may sometimes want to manually create a readable link using known HTML element IDs.
| Parameter | Format | Description |
|---|---|---|
cv-show | id1,id2 | Shows only the specified elements. All others are hidden. |
cv-hide | id1,id2 | Hides the specified elements. All others are shown. |
Example:
To show only the sections with IDs #setup and #config:
https://yoursite.com/guide.html?cv-show=setup,config
Note: You can use commas , or plus signs + to separate multiple IDs. Commas will be URL-encoded to %2C by the browser.