-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feature] template #21
Comments
Indeed, I guess there are two types of templates that could be useful for the user:
|
For slides where custom design templates are used, changing the OC theme from light to dark mode or vice versa shouldn't affect how the slides (background colour, font colour, etc. ), only UI elements of web. |
shall we split this into two separate issues? I personally think the content templates have higher priority than the design templates... the later is kind of connected to this issue |
^ @grgprarup Could you help to decide on it? |
IMO there is no need for separation in this issue. This issue will focus on the templating system, and implement the different types of templates for slides as examples in content templates (#21 (comment)). For the latter, we have an open issue #10 |
ok, let's add the aspect of custom themes to #10 I guess this is the core of this feature request is this:
A template should define the elements that will be displayed for slides of the given content type as well as their position (e.g. is presentation title or logo displayed on this slide type, and if so where, how big, etc.) by types content types we're talking about things like
The chosen template should be specified for each slide in the .md file through a text variable and optionally by defining a default type as a global variable that would apply as default for all slides if no template is specified for a particular slide, but not in the UI of the presentation viewer @individual-it @grgprarup please comment |
This project can be used for the templates (content types): https://github.com/JankariTech/revealjs-awesoMD |
Having a template system would be great, so that the whole presentation has a particular look.
Maybe even have a system where one can choose per slide from a pre-defined templates
The text was updated successfully, but these errors were encountered: