-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picture links get changed by translation #10
Comments
The plugin normalizes all links and converts them into absolute paths so that the original images can be displayed on the translated page. This is done by using the builtin link functions in DokuWiki, but I've never seen the link-syntax you use before. Should this be a relative link to a image in the same namespace of the wiki page? Then the correct syntax would be The DokuWiki link syntax is explained here: https://www.dokuwiki.org/namespaces#creating_namespaces |
Ok, I understand why the images do not load. All images are in the root namespace, the translated pages should keep using the origional images. As I understand now the image does not load because However, when I make a test page with the following syntax. page name is: test (in root namespace) The result I get for the translated page: en:test
All images do not load anymore. It looks like the images are now made relative to the current |
You can use |
Thanks. Page test Unfortunately that also gets converted to a relative image. Page en:test |
Hi,
Thanks for this great plugin, I started to translate my wiki. But one thing is holding me back, all image links are changed, causing them to no longer be displayed untill I manually edit them.
In the origional page the image links is as follows: {{ ::applicatieoverzicht.png?nolink |}}
After translation is becomes this: {{ applicatieoverzicht.png?nolink |}}.
The :: in the link disappear, then they do not longer work.
Is there a way to prevent this from happening?
The text was updated successfully, but these errors were encountered: