-
Notifications
You must be signed in to change notification settings - Fork 330
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
[FR]: Easily add a new post in a blog e.g quarto create post
#3917
Comments
A few functions/packages have been created by community: But a current limitation is that all are R focused rather than general quarto CLI tooling. |
The one thing these personal R packages are missing (including mine) is the ability to see existing blog categories. It's usually not a good idea to add freeform text to what should be structured data! |
@dragonstyle do you think we could target adding new |
With quartopost I tried to simulate the very missed blogdown "new post" RStudio Addin by Yihui Xie using a shiny dialog window with some configurations and offering a list of already used tags as commented by @smach. |
@cderv I'm not sure if we'll have time to get to this in 1.4 - I think doing a good job will be a few days worth of work... |
@dragonstyle let's consider this for later then. @mcanouil yes, this would be better to clean the current state first. Regarding the workaround, I believe @petzi53 work on https://github.com/petzi53/quartopost is really good ! |
Yes, please! I miss |
I created the very simple Python based quarto-new-content command line utility to replicate hugo new content command line functionality. One can do:
and it will make the new file in the new directory, with a very minimal set of yaml headers, ready for editing. |
For VS Code (& maybe Positron) users who miss the addin option, check out |
This comes from quarto-dev/quarto-r#22
R users have such feature with
blogdown::new_post()
and a RStudio Addin build upon it. I believe it would be a nice feature to have in ourquarto create ...
suites of features.This would help
The text was updated successfully, but these errors were encountered: