jekyll-glossary_tooltip 2.0.0
Install from the command line:
Learn more about RubyGems packages
$ gem install jekyll-glossary_tooltip --version "2.0.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/erikw" do
gem "jekyll-glossary_tooltip", "2.0.0"
end
About this version
This plugin simplifies for your readers and you by making it easy to define terms or abbreviations that needs an explanation. Define a common dictionary of terms and their definition in a YAML file. Then inside markdown files you can use the provided glossary liquid tag to insert a tooltip for a defined word from the dictionary. The tooltip will show the term definition on mouse hover.