I run a job board site built on bubble. Users input details on the jobs which then get displayed to job-seekers.
However, it is a bit plain looking and I was hoping there was someway to allow users to style the text they upload.
The Markdown Text Editor by @yla is the best attempt I’ve seen, but it’s still not quite what I’m looking for. I need:
- Users to be able to style text as they input it (bold, underline, bullets etc.)
- The text to appear in this format as they input it (i.e. no ** or any of that on their screens as they’re typically not overly tech savvy). They need to be able to click a bold button and see the text turn bold in front of them
- To be able to store this rich text and display it to other users
Is this at all possible with bubble? Even some hacky work-around?