mirror of
https://ghfast.top/https://github.com/discourse/discourse-tooltips.git
synced 2026-07-16 11:36:52 +08:00
32 lines
960 B
Markdown
32 lines
960 B
Markdown
# 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).
|