creationix / tedit

Chrome app for tedit
https://chrome.google.com/webstore/detail/tedit-development-environ/ooekdijbnbbjdfjocaiflnjgoohnblgf
ISC License
188 stars 27 forks source link

tedit - HTML embed #65

Open lezwright opened 4 years ago

lezwright commented 4 years ago

Dear Tim,

Thank you for this wonderful add-in. I was wondering if you advise me for my project. I am trying to embed Ace editor or better tedit in my html platform:

image

This is part of a bigger project. For this part my aim is to add the ability to modify my R and javascript code in front end. So far what I have done is

  1. Customise my chart (tradingview).
  2. Split my html page to two parts Charts and editor
  3. Added buttons to editor pane.

But the part that I am struggling is opening from and saving to my code files especially R and Javascript part on my server side. As long as I can do this, then I do not have problem with triggering the update and loading predictions on the charts (red and green lines).

Do you think I can do it using tedit?

It is noteworthy that we a live domain and linux base server ubuntu 14.04.6. I also do not run any react or anything to run my code. I just upload them to the domain and they work :-)