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

Credit in the corner #7

Open
HugoGranstrom opened this issue Mar 31, 2022 · 5 comments
Open

Credit in the corner #7

HugoGranstrom opened this issue Mar 31, 2022 · 5 comments

Comments

@HugoGranstrom
Copy link
Owner

HugoGranstrom commented Mar 31, 2022

Having the ability to add for example an Author: Hugo Granström in the lower right corner that is visible on all slides.

@pietroppeter
Copy link
Contributor

I noticed that Quarto (which btw is a new framework by RStudio which I think is going to be big) has in its template the possibilty to add a logo in the corner and a footer: https://quarto.org/docs/presentations/revealjs/

the source for that demo is obviosuly a markdown file with frontmatter but somewhere in quarto source code there should be the changes they did to revealjs to produce that: https://github.com/quarto-dev/quarto-web/blob/main/docs/presentations/revealjs/demo/index.qmd

@HugoGranstrom
Copy link
Owner Author

I noticed that Quarto (which btw is a new framework by RStudio which I think is going to be big) has in its template the possibility to add a logo in the corner and a footer: https://quarto.org/docs/presentations/revealjs/

Ohhh, I've not heard about Quarto before but it looks dope and kinda similar to nimiSlides except it's the usual code in markdown instead of markdown in code. I think this is where it's added. And as I understand it, they aren't just adding it to to HTML because it doesn't get included if the user chooses to convert it to PDF (see this). It doesn't look too complicated but would involve a nbCodeToJs.

@pietroppeter
Copy link
Contributor

pietroppeter commented Jul 14, 2022

well, Quarto does a lot more. Aims to be a cross language publishing system for documents, websites, books, presentations, whatever. The scope if you want is more similar to nimib. As far as I understand is an evolution of RMarkdown for general audience (not only R folks). It also uses a lot of pandoc under the hood.

From what I have seen Quarto looks really nice and they just recently started to promote it. RStudio is really a great company (B Corp and home to Hadley Wickham and a number of other great fellows) and it is trying to widen its scope from R users. It would also be a great place to have a nim champions inside (one can hope). :)

@HugoGranstrom
Copy link
Owner Author

well, Quarto does a lot more. Aims to be a cross language publishing system for documents, websites, books, presentations, whatever. The scope if you want is more similar to nimib. As far as I understand is an evolution of RMarkdown for general audience (not only R folks). It also uses a lot of pandoc under the hood.

Ahhh, yeah that makes more sense 👍 nimib is more elegant though 😎 and more maintainable and easier to extend as well I would guess ;)

From what I have seen Quarto looks really nice and they just recently started to promote it. RStudio is really a great company (B Corp and home to Hadley Wickham and a number of other great fellows) and it is trying to widen its scope from R users. It would also be a great place to have a nim champions inside (one can hope). :)

Yes Nim everywhere would be nice :D

@HugoGranstrom HugoGranstrom mentioned this issue Sep 22, 2022
12 tasks
@HugoGranstrom
Copy link
Owner Author

A footer has been implemented and can be used using footer("Footer text"). It can be used as a credits although it currently is centered. If there is demand for it, I could add a optional parameter to set the alignment of it.

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

No branches or pull requests

2 participants