Since some of my views are rendered in Javascript, specifically with React, I’d like a way to attach the Trix editor and ActionText capabilities to a dom node directly.
The rich_text_area_tag doesn’t look very complicated but uses a couple of things that I don’t think are available through JS:
Would this be something the npm package could include? And is there a way to get rails_direct_uploads_url and rails_service_blob_url in the npm package?