machineagency / jubilee

jubilee source files; for the docs, see:
https://jubilee3d.com
Other
551 stars 112 forks source link

Jubilee3D Wiki should load images from Github Repo if they are version-specific #106

Closed Poofjunior closed 3 years ago

Poofjunior commented 4 years ago

Based on this previous issue: https://github.com/machineagency/jubilee/issues/103

The Assembly Instructions page on the Wiki is holding a local copy of an image of the wiring diagram, which is out of date. Long term, it would be better to load that image from the repository such that it updates automatically when new versions update.

In practice, this may be a bit tricky as MediaWiki does not let you present a thumbnail image if it is from an external location. so the format of the page might have to change. (More on that limitation here.)

Poofjunior commented 3 years ago

This is now fixed thanks to some awesome work by Smoonerlater on Discord. The wiki is now setup with a CSS template to load resizeable External images and float them. More info on how this was done and how to invoke it in the Wiki Conventions page.