plugin-codetabs icon indicating copy to clipboard operation
plugin-codetabs copied to clipboard

Add suport for remote data sources for code fragments

Open Crell opened this issue 7 years ago • 0 comments

We needed to make this addition for our own use, so I figure it's worth offering back.

Basically, this integrates the functionality of the codesnippet plugin into this plugin. If you add a url attribute to a tag, then the body gets replaced with the result of that URL. The intent is to have "live code" that we can run and make sure it always works, and them embed that into documentation knowing that it works.

Crell avatar Feb 13 '19 21:02 Crell