Fossil User Forum

pikchr in managed wiki files doesn’t render from local clones
Login

pikchr in managed wiki files doesn’t render from local clones

pikchr in managed wiki files doesn't render from local clones

(1) By Andy Bradford (andybradford) on 2023-11-22 02:36:09 [link] [source]

I've been reading some of the documentation on the delta algorithm, such
as:

https://www.fossil-scm.org/home/doc/trunk/www/delta_format.wiki

And I noticed that when I view this same document on my own local clone,
the pikchr images don't render at all. I just see:

    leftmargin = 0.1
    box height 50% "Header"
    box same "Segments"
    box same "Trailer"

Is there something that's required for this to work?

Thanks,

Andy

(2) By Warren Young (wyoung) on 2023-11-22 02:42:18 in reply to 1 [link] [source]

It's working here.

Are you using an old pre-Pikchr version of Fossil?

If not that, is your skin stale? Try "fossil conf pull skin".

(3) By Andy Bradford (andybradford) on 2023-11-22 07:34:41 in reply to 2 [link] [source]

> Are you using an old pre-Pikchr version of Fossil?

$ f ver
This is fossil version 2.24 [698dc59ec1] 2023-11-20 19:16:00 UTC

However, I'm most  definitely using an older skin  and don't necessarily
want to  change it  at the  moment. I took  a new  clone and  indeed the
pikchr does work there, so it's interesting that this functionality only
works when using certain "skins".

Thanks for the pointer.

Andy

(4) By Warren Young (wyoung) on 2023-11-22 09:53:51 in reply to 3 [source]

You can do a temporary override by appending “?skin=default” to the URL. It will remember that in the display cookie until you override it again or toss the cookie.