-
Notifications
You must be signed in to change notification settings - Fork 54
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
Nested includes - wrong page links & titles #279
Comments
I came here to report a bug converning your findings with the second bullet point: "page link is wrong" There are two things to consider:
RESULT: The page link will not point to the page your internal link points to, but to the section within the including page that contains said heading. The heading acts as a page-internal link target, and the internal link is rewired to point to the page-internal heading, not to the original page. I don't think this behavior is useful in all dokuwiki instances (including mine), but it's a valid functionality.
|
Concerning the 2. thing (THE BUG): that simply was missing functionality. I added an export output for ODT in this pull request. |
Is there any hope for a fix to the page link problem? |
First of all, thank you for an excellent plugin!
I have discovered two (probably related) annoying bugs with nested includes:
:start
at the end of the link instead of only:
)test:start#plugin_include__test__2__1__start
instead oftest:2:1:start
Please see the commented minimum working example: test.zip (to be extracted to
/data/pages
).Here is the plugin configuration I use:
The text was updated successfully, but these errors were encountered: