https://github.com/discourse/discourse-tooltips
Show tooltips around Discourse on hover, including topic previews
https://github.com/discourse/discourse-tooltips
discourse-plugin
Last synced: 8 months ago
JSON representation
Show tooltips around Discourse on hover, including topic previews
- Host: GitHub
- URL: https://github.com/discourse/discourse-tooltips
- Owner: discourse
- License: mit
- Created: 2017-09-01T21:53:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:56:41.000Z (8 months ago)
- Last Synced: 2025-04-09T13:44:21.488Z (8 months ago)
- Topics: discourse-plugin
- Language: JavaScript
- Homepage:
- Size: 696 KB
- Stars: 13
- Watchers: 22
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discourse-tooltips
https://meta.discourse.org/t/discourse-tooltips-preview-topic-contents-on-hover/69304/
Adds tooltip support to Discourse. Right now this plugin only adds
the ability to preview a topic's contents when hovering the mouse
over it, but in the future will be extended to other parts of the
application.

## Installation
Follow our [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157)
howto, using `git clone https://github.com/discourse/discourse-tooltips.git`
as the plugin command.
To enable, make sure the `tooltips enabled` site setting is set to true.
## Contributing
Help make this plugin better by submitting a PR. It's as easy as 1-2-3
- fork the repo
- create a feature branch
- rebase off master and send the pr
This project uses MIT-LICENSE.
## Issues
If you have issues or suggestions for the plugin, please bring them up on [Discourse Meta](https://meta.discourse.org).