On Aug 15, 2017, at 5:46 PM, Steve Schow <st...@bstage.com> wrote:
> 
> well figured it out..  for some reason my main repository had the following 
> is it possible to have a diagram on my wiki page without that HTML option 
> checked?

Fossil Wiki syntax accepts HTML <img> tags.  See:

    https://www.fossil-scm.org/index.html/wiki_rules

The test Fossil I shared now has a comment on the test ticket with this 
Wiki-formatted text, pointing at a checked-in image:

    Isn't this pretty? <img src="/doc/trunk/x.jpg" alt="a pretty picture”>

As far as I can tell, you must use embedded document syntax URLs with this.  It 
doesn’t work with /file URLs, since those are wrapped in HTML when rendered by 
“fossil server”.

The docs imply that [/doc/trunk/x.jpg|pretty picture] should also work, but 
that gives you a text link to the image.  What’s missing is an inline image 
syntax.  MediaWiki expresses it like this:

    https://www.mediawiki.org/wiki/Help:Images#Syntax
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to