You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the plugin is really useful and I would use it to enable the creation of documents related to the organization of the project which includes it.
It would be nice to have the exported PDF to be correct.
Now with a wiki-page like this:
h1. Test
{{html
<p id="key"></p>
}}
{{js_url('https://raw.githubusercontent.com/ilkosta/playing_with_redmine/master/get_key.js')}}
the exported PDF is:
Test
var head = document.getElementsByTagName('head')[0], t = document.createElement('script'); t.src =
'https://raw.githubusercontent.com/ilkosta/playing_with_redmine/master/get_key.js'; t.type='text/javascript'; head.appendChild(t);
I know that the problem is not caused directly by the plugin, but do you have any idea to be able to solve it ?
The text was updated successfully, but these errors were encountered:
Hey this issue, slipped through the cracks. I wouldn't know how to bypass the javascript output for printing the page. Maybe Redmine has hooks into knowing when the page is being exported.
Hi,
the plugin is really useful and I would use it to enable the creation of documents related to the organization of the project which includes it.
It would be nice to have the exported PDF to be correct.
Now with a wiki-page like this:
the exported PDF is:
I know that the problem is not caused directly by the plugin, but do you have any idea to be able to solve it ?
The text was updated successfully, but these errors were encountered: