sebhildebrandt / reveal.js-tagcloud-plugin

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

Adding code logic for tagcloud-link attribute #4

Closed cprima closed 8 years ago

cprima commented 8 years ago

Similarly to tagcloud-weight this change takes an attribute tagcloud-link and generates an a href element linking within the presentation.

For example <span tagcloud-link="42">Twitter Bootstrap</span> will generate a link to /#/42, which is the 42nd slide in the presentation.

Fixes #5

sebhildebrandt commented 8 years ago

Nice idea! I will have a look on it! Please be patient for some days as I am quite busy right now ;-)

Sebastian Hildebrandt

Am 21.01.2016 um 17:24 schrieb Christian Prior notifications@github.com:

Similarly to tagcloud-weight this change takes an attribute tagcloud-link and generates an a href element linking within the presentation.

For example Twitter Bootstrap will generate a link to /#/42, which is the 42nd slide in the presentation.

You can view, comment on, or merge this pull request online at:

https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/4

Commit Summary

Adding code logic for tagcloud-link attribute File Changes

M tagcloud/tagcloud.js (12) Patch Links:

https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/4.patch https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/4.diff — Reply to this email directly or view it on GitHub.