Skip to content
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

Standard style for tags breaks wikisyntax (tags_list_css) #233

Open
erik-alm opened this issue Jul 26, 2022 · 0 comments
Open

Standard style for tags breaks wikisyntax (tags_list_css) #233

erik-alm opened this issue Jul 26, 2022 · 0 comments

Comments

@erik-alm
Copy link

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:

Test test

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&amp;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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant