Anyone know if there is a place to store images to be subsequently referenced
in the OpenSCAD GitHub Wiki documents? (Not the OpenSCAD Language
Documentation Wiki)
Screen grabs etc.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/GitHub-Wiki-images-tp21931.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On 07/25/2017 06:49 AM, MichaelAtOz wrote:
Anyone know if there is a place to store images to be subsequently
referenced in the OpenSCAD GitHub Wiki documents? (Not the OpenSCAD
Language Documentation Wiki)
Screen grabs etc.
Small images could go directly into the Wiki, I think. It already
has an image folder, but I don't know if there is a simple way
to upload by now.
It's possible to add images there via cloning the wiki repo and
adding it via "normal" git tools/workflow.
Otherwise, I don't know, maybe Wikimedia Commons would still be
an option for generally useful images.
ciao,
Torsten.
On 2017-07-25 06:49, MichaelAtOz wrote:
Anyone know if there is a place to store images to be subsequently
referenced
in the OpenSCAD GitHub Wiki documents? (Not the OpenSCAD Language
Documentation Wiki)
Screen grabs etc.
A Github wiki is an ordinary repository like any other, it can contain
images. You can use the web interface to edit or edit *.md and *.png
files locally and push the updates. The only thing special is the
repository URL, see below
to clone and edit the OpenSCAD wiki
git clone https://github.com/openscad/openscad.wiki.git
To link to the OpenSCAD wiki
https://github.com/openscad/openscad/wiki
I have used this feature for xcsg, which has a wiki with images
https://github.com/arnholm/xcsg/wiki
Carsten Arnholm