Hi, For some large fields with format I'd like to...
# suitescript
i
Hi, For some large fields with format I'd like to keep a plain text field but display it's content with Markdown. Have anyone tried? This would only affect display as input is plain text / no preview. Would it be possible with a client script? Display part of something like this: https://blog.prolecto.com/2017/06/18/replace-netsuites-rich-text-editor-with-a-custom-html-editor/ With a Markdown lib: https://github.com/showdownjs/showdown or https://www.npmjs.com/package/markdown-it Thanks
b
you can usually do whatever you want clientside
the limit usually being how much dom manipulation you want to do
i
Thanks I'll give it a go