sebhildebrandt / reveal.js-tagcloud-plugin

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

Plugin tagcloud is not compatible with plugin speaker notes #3

Open paoesco opened 8 years ago

paoesco commented 8 years ago

Hello,

I tried to put notes inside <section tagcloud> with <aside class="notes">...</aside> but if I look at the speaker view, notes are not displayed.

tagcloud_issue

My code :

<section tagcloud>
                    DevOps
                    PaaS
                    Continuous Delivery
                    Jenkins
                    Framework
                    Microservice
                    Heroku 
                    TravisCI 
                    VersionEye
                    Docker
                    New Relic APM
                    Coveralls
                    Monitoring
                    Logging
                    SOA
                    <aside class="notes">
                        My awesome notes
                    </aside>

I'm using revealjs 3.0.0 and last version of tagcloud plugin.

Thanks

sebhildebrandt commented 8 years ago

Hi,

I never tried notes so far. But I will have a look on it next week. Hope, I can provide an update ;-)

Am 01.09.2015 um 16:51 schrieb Paolo Escobar notifications@github.com:

Hello,

I tried to put notes inside

with but if I look at the speaker view, notes are not displayed.

https://cloud.githubusercontent.com/assets/1893985/9607459/880ff5c6-50c9-11e5-8106-e3a1a7653a98.png My code :

DevOps PaaS Continuous Delivery Jenkins Framework Microservice Heroku TravisCI VersionEye Docker New Relic APM Coveralls Monitoring Logging SOA Thanks — Reply to this email directly or view it on GitHub https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/issues/3.
sebhildebrandt commented 8 years ago

I still do not have an update for that. I need to go „deeper“ in to the code to understand the „notes“ … As I mentioned, I didn’t played around with notes till now… sorry for the delay.

Regards Sebastian

Am 01.09.2015 um 16:51 schrieb Paolo Escobar notifications@github.com:

Hello,

I tried to put notes inside

with but if I look at the speaker view, notes are not displayed.

https://cloud.githubusercontent.com/assets/1893985/9607459/880ff5c6-50c9-11e5-8106-e3a1a7653a98.png My code :

DevOps PaaS Continuous Delivery Jenkins Framework Microservice Heroku TravisCI VersionEye Docker New Relic APM Coveralls Monitoring Logging SOA Thanks — Reply to this email directly or view it on GitHub https://github.com/sebhildebrandt/reveal.js-tagcloud-plugin/issues/3.
paoesco commented 8 years ago

Ok no problem. This can wait. I will see if I can look too. Thanks

4leem commented 6 years ago

This issue still persist. Is there any workaround for this ?