My tip for you today is how to create a cell inside a Details Layout which holds a SHOW/HIDE accordian style dropdown using Markdown and a Rich Text module. Like so:
collapsible markdown?
CLICK ME
yes, even hidden code blocks!
print("hello world!")
I hope this is helpful to some of you out there… hope the code comes through ok…first time on Discourse…
Awesome stuff @Jaybird_Farrow thanks for sharing, I didn’t understand how to use your code pen, so simply googled it, Here is a code if somebody is interested how to reproduce it. NB: Make sure you have an empty line after the closing </summary> tag.
NB : Make sure you have an empty line after the closing </details> tag if you have multiple collapsible sections.
# A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. A numbered
2. list
* With some
* Sub bullets
</details>
That is really cool. I hate however to sound like a broken record but just be aware that support for html within the Rich Text component could go away at any time according to the Glide team.
@david and the Glide team, could you please let me/us know if the use of such summary and detail html tag in rich text components may be revicated in a near or far future? I do need such a way to hide/show inline help for my users. Making them going to another screen to get some help would not be efficient from a UI point of view.
I am close to get a mvp and go to meet potential customers to sell them a fully customizable app for their business, so I would like to avoid changing the app structure for such a thing.
Many thanks for your feedback, even if negative. I just need to know how to make my app stable enough to be able to sell it as a product and not a demo or prototype.
HTML tags in Rich Text are totally unsupported and we have no plans to support them. I discourage you from telling your clients that apps built with Glide are “fully customizable.”
Regarding customization, the apps are customizable, up to the limit we set.
My current prototype is using only supported glides features, no html tags in rich text. Was just searching for a way to enhance a bit the UX/UI to not overload screens.