microsoft / advanced-formula-environment

Create, edit, and reuse formulas in Excel
https://aka.ms/get-afe
MIT License
109 stars 11 forks source link

Allow import of raw content #59

Open KDean-Dolphin opened 9 months ago

KDean-Dolphin commented 9 months ago

Gist is useful, but it has a long-standing issue in that it doesn't support organizations. Anything published to a Gist has to be published under an individual user's account, which we don't want to do.

Please add support for importing raw content, e.g., https://raw.githubusercontent.com/microsoft/advanced-formula-environment/main/examples/Lib.md

jack-williams commented 9 months ago

By raw content do you mean from a local file?

KDean-Dolphin commented 9 months ago

No, I mean from HTTP endpoint as per example above. If my GitHub repository is public, I could share a link like the one above and users could be assured of getting the latest and greatest there.

derfasthirnlosenick commented 9 months ago

So similar to #53 ?

KDean-Dolphin commented 9 months ago

Similar, yes. I would prefer to see #53 fully implemented, but in the meantime adding a straightforward HTTP GET to a text endpoint strikes me as a simpler ask and it gets around the problem of the lack of organization support for Gists.