sebhildebrandt / reveal.js-tagcloud-plugin

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

Randomize the order of items by adding the attribute `shuffle` to the… #6

Closed cprima closed 8 years ago

cprima commented 8 years ago

… slide section

This is just a conditional array shuffle in the function formatTags(text), triggered by the attribute shuffle:

This works as before:

<section tagcloud large>
    Twitter Bootstrap
    jQuery
    less
    ...
    ...
    Jasmine
</section>

And this is the changed behaviour in this pull request:

<section tagcloud large shuffle>
    Twitter Bootstrap
    jQuery
    less
    ...
    ...
    Jasmine
</section>
sebhildebrandt commented 8 years ago

I also like this one :-)

So I will have a look at your pull requests next week. Thank you for your contribution!

regards

Sebastian

Am 22.01.2016 um 09:00 schrieb Christian Prior notifications@github.com:

… slide section

This is just a conditional array shuffle in the function formatTags(text), triggered by the attribute shuffle:

This works as before:

Twitter Bootstrap jQuery less ... ... Jasmine

And this is the changed behaviour in this pull request:

Twitter Bootstrap jQuery less ... ... Jasmine

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

https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/6 https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/6 Commit Summary

Randomize the order of items by adding the attribute shuffle to the slide section File Changes

M tagcloud/tagcloud.js https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/pull/6/files#diff-0 (29) Patch Links:

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