fjf2002

Results 48 comments of fjf2002

@splitbrain Thanks for your evaluation. > would delay the execution Well, marginally, don't you think? In my DokuWiki instance ALL JavaScript but the JSINFO initialization is loaded from extern; the...

I thought it should be as simple as putting something like ```js JSINFO = document.head.querySelector("meta[itemprop=details]").content ``` exactly here, where other global JS variables get initialized: https://github.com/dokuwiki/dokuwiki/blob/4d2a091249064944e0364103ebb1002794cb6480/lib/exe/js.php#L102

> > > would delay the execution > > > > > > Well, marginally, don't you think? > > Significantly. All external javascript is loaded with the defer attribute...

> PR would be welcome. Remember to parse the json back into a variable. PR #4242 added.

Ah I now understand: The default browser settings won't print background-images, and background-colors neither. So my suggested solution would still leave the background-color issue open.

Concerning the tagfilter plugin: I thought it should work for any template. Sorry, couldn't reproduce your issue with "Jack Jackrum" and Chrome Browser. - Do you have the newest version...

Thank You for your detailed explanation. You say pagelist-style "simplelist" works; which ones don't work? All others?

Quick solution: edit tagfilter's lib/plugins/tagfilter/script.js Line 118, remove the class from the div so that `div.table` becomes just `div` . I have made a Pull Request to the tagfilter plugin:...

I can tell you the cause. I myself had made a PR to the tagfilter plugin that introduced support for including whole pages with the include plugin. I introduced the...