-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Tooltip on general text in markdown #3579
Comments
This can be achieved with the following syntax. Note that this will highlight this word through the entire note.
A workaround to get this functionality right away is to use:
The link Making the link field optional could be a nice feature to no longer need this workaround. P.S.: I recommend you update your Boostnote to the latest version 0.15.3 |
I tried the abbreviation syntax but I wanted to highlight just one word. I updated to the latest version and will use the workaround for now, thanks! |
Hey just use this:
Or this:
Works very well |
Helped me a lot. Thanks!!! |
None of the recommendations really work as in each case, a link is created that really does something if i click it. It either directs to the page a that doesn't exist or it directs to the position ## that adds a direction to the browsing history. In addition, it looks like a link. |
It is possible that they changed how GitHub handles the double #. In my case it worked, but I also haven’t used it in a while. |
GitHub? The browser handles links, not GitHub. |
hovering works for me this above suggested idea but i want to bring some stylings for the in the hovered text like bold new line and italic where i use same markdown bold italic |
@piiskop That's not entirely true... GitHub handles how the Markdown get's converted to HTML, so GitHub can also decide how links get "handled" or let's say "rendered". |
Current behavior
You can only add a tooltip to a text if it's a link like this:
[Boostnote](https://github.com/BoostIO/Boostnote "This is Boostnote's repository")
.Boostnote
Expected behavior
I would like to be able to add a text on hover to texts that are not links, something like this:
[Boostnote]("Hover text")
Steps to reproduce
N/A
Environment
The text was updated successfully, but these errors were encountered: