fsharp / TryFSharp

MIT License
26 stars 15 forks source link

Fssnip integration #20

Open eiriktsarpalis opened 4 years ago

eiriktsarpalis commented 4 years ago

I'm looking at potentially adding integration with the fssnip website. The old silverlight tryfsharp website was capable of loading code from hyperlinks, i.e. using the uri

http://www.tryfsharp.org/Create?codeUrl=http://fssnip.net/raw/7XZ

would result in the particular snippet contents being loaded. Does the current website have such a capability? On quick inspection I see that you can load snippets using a base64 encoded value via the code parameter, but couldn't find anything similar to the above.

cc @tpetricek

charlesroddie commented 3 years ago

The current state of FSSnip is that all of these links are broken. It would be good to restore this feature on FSSnip and TryFSharp looks like the first choice for implementing this.