discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

GitHub Wiki - images?

M
MichaelAtOz
Tue, Jul 25, 2017 4:49 AM

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.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

View this message in context: http://forum.openscad.org/GitHub-Wiki-images-tp21931.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

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. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- View this message in context: http://forum.openscad.org/GitHub-Wiki-images-tp21931.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Tue, Jul 25, 2017 6:25 AM

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 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.
A
arnholm@arnholm.org
Tue, Jul 25, 2017 7:41 AM

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

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