We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The setting to hide the tag list breaks the wiki syntax.
I think the setting is called "tags_list_css" (as opposed to showing the tags "optimized for a tag list on the top of the page").
The problem is that the following syntax:
Test {{tag>test}} test
Results in:
Test test
I was expecting:
This can, unfortunately not be fixed using CSS since the tag uses a hidden div-tag between two p-tags (one for each "test"-text above):
<p> Test </p> <div class="tags"><span> <a href="/dokuwiki/tag:test?do=showtag&tag=test" [SNIP]> test</a> </span></div> <p> test </p>
If this isn't a bug, consider it a feature request to completely hide the inline tag list.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The setting to hide the tag list breaks the wiki syntax.
I think the setting is called "tags_list_css" (as opposed to showing the tags "optimized for a tag list on the top of the page").
The problem is that the following syntax:
Results in:
I was expecting:
This can, unfortunately not be fixed using CSS since the tag uses a hidden div-tag between two p-tags (one for each "test"-text above):
If this isn't a bug, consider it a feature request to completely hide the inline tag list.
The text was updated successfully, but these errors were encountered: