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

Ability to update categories on a post without fully re-knitting? #441

Open
mikemc opened this issue Feb 7, 2022 · 0 comments
Open

Ability to update categories on a post without fully re-knitting? #441

mikemc opened this issue Feb 7, 2022 · 0 comments
Labels
feature request 🗻 a feature request or enhancement

Comments

@mikemc
Copy link

mikemc commented Feb 7, 2022

I would love the ability to easily edit the categories/tags of a post (and ideally other post frontmatter like the title, authors, and description) without needing to re-knit the Rmd file (and thus having to re-run the R code). Basically something like a update_categories() or update_frontmatter() function that updates the relevant part of the html and file and updates the _site/ folder like a call to knitr::render() does, but without processing any of the non-yaml part of the Rmd doc.

Any chance something like this might be implemented? Or perhaps there good reasons I'm not thinking of why it would be a bad idea?

@cderv cderv added the feature request 🗻 a feature request or enhancement label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🗻 a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants