Show tooltips around Discourse on hover, including topic previews
Find a file
2026-03-26 13:44:08 +00:00
.github/workflows DEV: Add the d-compat branch workflow (#104) 2026-03-11 22:41:49 +00:00
assets DEV: Update linting 2026-03-26 13:44:08 +00:00
config I18N: Update translations (#101) 2026-02-02 09:37:17 +01:00
spec/system DEV: Update linting and add types (#100) 2026-01-28 11:53:00 +00:00
.discourse-compatibility DEV: Pin version for Discourse < 2026.2.0-latest (#102) 2026-02-11 16:47:17 +01:00
.gitignore DEV: Update linting and add types (#100) 2026-01-28 11:53:00 +00:00
.npmrc DEV: Switch to use pnpm (#75) 2024-10-14 13:55:56 +02:00
.prettierrc.cjs DEV: Update linting (#64) 2024-01-16 17:42:03 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:35:30 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:35:30 +01:00
.template-lintrc.cjs DEV: Update linting (#64) 2024-01-16 17:42:03 +01:00
eslint.config.mjs DEV: Update eslint config (#77) 2024-11-19 11:31:46 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:35:30 +01:00
Gemfile.lock DEV: Update linting 2026-03-26 13:44:08 +00:00
LICENSE DEV: Update license (#86) 2025-02-24 11:24:45 +08:00
package.json DEV: Update linting 2026-03-26 13:44:08 +00:00
plugin.rb DEV: Simplify plugin implementation (#81) 2025-01-13 20:13:46 +00:00
pnpm-lock.yaml DEV: Update linting 2026-03-26 13:44:08 +00:00
README.md DEV: Update linting setup (#45) 2022-06-17 14:01:58 +02:00
screenshot.png Add screenshot 2017-09-03 20:35:11 -04:00
stylelint.config.mjs DEV: Update linting (#90) 2025-03-17 11:41:52 +00:00
translator.yml DEV: Add Crowdin support (#28) 2021-09-28 14:33:09 +02:00
tsconfig.json DEV: Update linting and add types (#100) 2026-01-28 11:53:00 +00:00

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.

Screenshot

Installation

Follow our Install a Plugin 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.