Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of Header and footer #43

Closed
felipenmoura opened this issue Dec 29, 2012 · 6 comments
Closed

Use of Header and footer #43

felipenmoura opened this issue Dec 29, 2012 · 6 comments
Assignees
Milestone

Comments

@felipenmoura
Copy link
Member

If the user adds a header and/or footer to the html page, what should Power Polygon do?

We could:

  • add the header and footer to all the slides(allowing variables like slide number and number of slides or date/time)...this means that these elements will be cloned into each slide.
  • add the header and footer to the page(not cloning it). For this case, there should be placeholders where the number of the current slide may be updated, for example!
  • or, offer both of the above options, and the user can set which one to use on the settings(enabling the first option as default).
@javamanrj
Copy link

Option 3 is better. The header and footer should be configured/enabled individually also.

@felipenmoura
Copy link
Member Author

Agree...
by individually, you mean allowing the user to have only the header, or only the footer?

@javamanrj
Copy link

Not only this. I mean: you can have header with one config (clonning, for example) and footer with another (only on the page)

@felipenmoura
Copy link
Member Author

hm, I got it!
Interesting point! I hadn't though on this! I think it is relevant, indeed!

I believe that we could even add something like a replicable element...then, users could say that any element on their html should be cloned to every slide(then, their css classes would have to take care of how they look like), aside the header and footer! I think it would give more options to speakers and theme creators! 👍

@javamanrj
Copy link

Hum, this should be awesome! Excellent idea :)

@ghost ghost assigned felipenmoura Jan 10, 2013
felipenmoura added a commit that referenced this issue Jan 12, 2013
Added footer support;
Added clonable elements support;
Added variable elements support;

this closes the issue #43
@felipenmoura
Copy link
Member Author

The commit 6146bf8 adds all the discussed features :)

will add the details to the wiki soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants