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

Add support to the YAML key roles #5

Closed
arnaudgallou opened this issue Jul 4, 2023 · 0 comments
Closed

Add support to the YAML key roles #5

arnaudgallou opened this issue Jul 4, 2023 · 0 comments
Labels
feature New feature or request PlumeQuarto PlumeQuarto related issue

Comments

@arnaudgallou
Copy link
Owner

Quarto handles author contributions via the roles key that wasn't documented before. See the new front matter page.

I should implement that feature in PlumeQuarto. This implies the following:

  • The only remaining useful methods inherited from Plume relate to setting author's status.
  • These methods could then be put in a parent class that both Plume and PlumeQuarto inherit.
  • The job of Plume and PlumeQuarto is now more distinct.
  • The only job of PlumeQuarto is now to push author data into YAML headers.
  • plm_push() is no longer needed and can be removed.
@arnaudgallou arnaudgallou added the feature New feature or request label Jul 4, 2023
@arnaudgallou arnaudgallou added the PlumeQuarto PlumeQuarto related issue label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request PlumeQuarto PlumeQuarto related issue
Projects
None yet
Development

No branches or pull requests

1 participant