Is Rich Text Formatting Possible in Workshop Module?

Hello everyone.

I have a Workshop writeback module where users can ask the internal community any questions or share their knowledge through posts (similar to this Palantir Developer Community platform). However, I would like to use a Widget, if available, that would allow users format their text, like, Bold, Italic, etc.

I have not seen any Widgets, except Markdown which is a bit complex for a user to format the text.

Any suggestions achieving this would be greatly appreciated.

Thank you

Hi @8fc20690d55489178a4f unless you don’t want to go a very custom solution (slate or OSDK via iFrame) to my knowledge only the markdown widget is applying rich formatting out-of-the-box.

However, it would be a fantastic feature request to have a value formatting option on object table/object list columns [string] to select “rich-formatted”.

What we do in order to help users with writing rich formatted markdown text is actually showing a preview of their rich formatted input just like here in this forum.

this is a rich formatted header in bold

  • bulletpoint

Hi Phil,

Thank you for the response.

I will try out the iFrame solution and see how it goes.