sebhildebrandt / reveal.js-tagcloud-plugin

Simple Tag-Cloud Plugin for reveal.js
MIT License
44 stars 20 forks source link

Feature: Tag weights and bug fixes #1

Closed matt-d-rat closed 9 years ago

matt-d-rat commented 9 years ago

Example usage:

<section tagcloud>
    <span tagcloud-weight="10">Twitter Bootstrap</span>
    <span tagcloud-weight="3">jQuery</span>
    less
    <span tagcloud-weight="7">GruntJS</span>
    <span>Markdown</span>
</section>

Output: image

DOM output: image