-
Notifications
You must be signed in to change notification settings - Fork 3
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
The preview attribute in a link does not take into account false #93
Comments
The preview attribute in a link does not take into account the value false. |
This link should not return any tooltip
|
It comes from this line where the code set true if the attribute is present and does not check the value at all. |
This would be very helpful combined with iterator, so I can turn off redundant descriptions where I already show them in its fragment... Previosuly my autotooltip plugin showed me only tooltips from certain places, only in certain places, so I could control more easily where tooltips would display... (They had a namespace list with regex for include or exclude. I think that shold come as standard with every plugin, actually.) |
Done |
Here is another aspect of the same issue: The Is there a way to make it show only the page-id, like how DokuWiki usually works, when |
Discussed in #92
Originally posted by vaniwiki April 7, 2024
I like automatic tooltips, showing relevant information across my website. But they should not be everywhere. For example, I have a long list of links that do not need any link tooltips, but just remain as links. Is there any way to turn this feature off for certain parts, like a box or card with some syntax like
<box tooltip="none">
or similar...?The text was updated successfully, but these errors were encountered: