-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
FeatureRequest: additional parameter to display something else than page titles #29
Comments
Any change must preserve backwards compatibility with existing deployments |
Would another optional "#" plus ['name' or 'line'] be okay? That would be rather easy to accomplish, by inserting another check for "#" in the filter string. |
So what happens if you don't specify an include or exclude filter and you have a namespace called |
I built a working prototype now, using {{backlinks>.#!#line_sorted}} which was the most comprehensible format for me. I read it as "do not exclude anything" and "display the lines sorted". I decided that i'd build "line" and "line_sorted", because that sort might come in handy and is just one extra line. |
May we simply add a configuration setting for this plugin? |
Great module!
What I would like to propose is another parameter like "include" and "exclude" to allow different things to display.
I am completely new to dokuwiki plugins, so I dont really know how to get another parameter included.
As a quick proof of concept, I have duplicated the plugin and changed the part of the actual output to not show the page titles, but the actual lines where the reference was made.
If someone could provide the functionaliy of an optional parameter, starting with the options of "name" (default) and "line", i would gladly throw in my code.
The text was updated successfully, but these errors were encountered: