[DONE] Seeking: a Rich Text display

wow just like that. bravo!

This is great example. Works like a charm. I was wondering, if you have a JS function to clear the text box, after sending email. Again thank you,

I found a way :slight_smile: if someone is interested…Added the following code:

function clearContents(){
  
  document.getElementsByClassName("ql-editor")[0].innerHTML = "";
    
  }
2 Likes

Yes that’s exactly what I did to clear it. Had to dig through quill samples to find it.

1 Like

Could Pygments and bbcode be made available on the free plan? I have looked at most if not all of the projects in this post. They all keep saying that I need to upgrade my plan. Is there a list of libraries that are available on the free plan? I found this https://anvil.works/docs/server/packages, but that is not for the free plan.

@shaun I also, just came across your sculpt in anvil project which is awesome.

This is now settled via Anvil’s RichText component. If that’s not enough, use a Custom HTML component instead.