| .github/workflows | ||
| assets | ||
| config | ||
| spec/system | ||
| .discourse-compatibility | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.cjs | ||
| .rubocop.yml | ||
| .streerc | ||
| .template-lintrc.cjs | ||
| eslint.config.mjs | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| package.json | ||
| plugin.rb | ||
| pnpm-lock.yaml | ||
| README.md | ||
| screenshot.png | ||
| stylelint.config.mjs | ||
| translator.yml | ||
| tsconfig.json | ||
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
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.
