repl icon indicating copy to clipboard operation
repl copied to clipboard

Add html to elmish command

Open MangelMaxime opened this issue 6 years ago • 1 comments

It should be possible to add HTML to Elmish support in the REPL should we add it?

The main motivation being, the REPL could be something used in a meetup to teach Fable/Elmish. The benefit being, there is no requirement needed other than having Chrome/Safari installed.

@forki @alfonsogarciacaro

MangelMaxime avatar Sep 27 '18 09:09 MangelMaxime

Hmm, if it's easy it could be a nice addition, but I'm always wary of duplicating capabilities because maintenance then becomes difficult. If you're planning to keep the html-to-elmish website, it may be possible to just add a link somehow (in a new tab so users don't need to reload the REPL when going back). The command could be used to open the html-to-elmish website passing the selected text as a url parameter.

Also, if we add the command and it's successful, people will ask why it's not supported in offline editors ;)

alfonsogarciacaro avatar Oct 03 '18 02:10 alfonsogarciacaro