On Wed, Oct 21, 2015 at 9:34 AM, Tony Papadimitriou <to...@acm.org> wrote:

> Similar problem here.  I thought I would get the image to display as part
> of the Wiki page and not as an attachment link.
>
> Is there a way to make the attached image display directly when opening
> the wiki page?  (I don't mind the attachment link too much -- if there is
> no other way -- but the ideal would be to have the image display directly.)
>

One way would be to use an HTML img tag with the URL from the attachment
link. Example:
     <img src="http://fossil-scm.org/index.html/doc/trunk/www/fossil3.gif";>

Richard mentioned syntax was added to Fossil's wiki mark up, but didn't
remember the syntax.

Fossil's Mark Down syntax has support for inline images. Presumably, you
can use the file name or artifact ID of the image instead of an URL.
Example:
      ![Fossil Logo](fossil3.gif)
      ![Fossil Logo](0fa38d60655faf)
      ![Fossil Logo](
http://fossil-scm.org/index.html/doc/trunk/www/fossil3.gif)

(In the Fossil website, the logo is not an attachment, the file name
probably would not work, but maybe if it were attached to a wiki page, the
name would work.)
_______________________________________________
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