README
NodeBB Hover Cards plugin
This NodeBB plugin will add a hover card to every profile link. When hovering over a profile link a card will be created with some information about that user.
Installation
npm install nodebb-plugin-cards
NodeBB plugin that extends the mentions plugin with hover cards
<script type="module">
import nodebbPluginCards from 'https://cdn.skypack.dev/nodebb-plugin-cards';
</script>
This NodeBB plugin will add a hover card to every profile link. When hovering over a profile link a card will be created with some information about that user.
npm install nodebb-plugin-cards