You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether this is just a question or a feature request, but here it is:
We've got training material at http://ants.builders/training/#/ that I've been working on converting to prez ( anthill/training#9 ).
Among other things, for each "section", we use a different color. The only way I've been able to implement this was by copy/pasting the color on every slide.
Thinking about ways to achieve this with @Delapouite we've come to these options:
A file in chapter's directory, dot or no dot, like .prez or attributes.txt
A file in project's root → no because it would become a pain to rename a chapter
Data-attributes in chapter's first slide → no because it would become a pain to move this slide
A way to achieve this with CSS: @Delapouite recently added a class/id to chapter's <section>, and we could easily add a class to <body> reflecting current chapter/slide, so it can be targeted with css
I think we'll go both ways ;) Your opinion on file name?
I'm not sure whether this is just a question or a feature request, but here it is:
We've got training material at http://ants.builders/training/#/ that I've been working on converting to prez ( anthill/training#9 ).
Among other things, for each "section", we use a different color. The only way I've been able to implement this was by copy/pasting the color on every slide.
Is there a way to provide data attributes per-(slide-directory)?
The text was updated successfully, but these errors were encountered: