-
Notifications
You must be signed in to change notification settings - Fork 0
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
Separate knitting from posting? #2
Comments
That's interesting. I hadn't really considered the workflow integration aspect at all. So it sounds a little like this proposal would roughly equate to converting One |
For knitting I was imagining letting people use their usual workflow (like RStudio knit button), assuming the YAML has the correct output format. The post function could still knit again if needed (a parameter maybe?) These are all only suggestions! hugodown https://github.com/r-lib/hugodown My WIP (little progress) Wordpress repo https://github.com/maelle/goodpress |
Something I have also been debating from a workflow perspective is updating an existing, published post. I think this should be possible through the dev.to API. A workflow like this might help there too, as the function should probably be able to check if the supplied article is newer/different than the old one. |
In my Wordpress package what I plan to do is creating a text file in the post folder after the first upload, where I write the post ID. This way if the text file exists I can update the post instead of creating a new one. |
Unsollicited opinion 😉 In hugodown the idea is that you knit and preview each post and then Hugo builds the site.
I am thinking of adopting a similar workflow for my not yet public Wordpress prototype.
Would it make sense for dev.to.ol to only render if the md is older than the Rmd maybe?
The text was updated successfully, but these errors were encountered: