jekyllthat icon indicating copy to clipboard operation
jekyllthat copied to clipboard

Date as prefix

Open privefl opened this issue 7 years ago • 2 comments

With Jekyll, you need to prefix the date to the name of the post. It doesn't seem to be done automatically using this package (from the date in the yaml). Should I specify it myself in the name of the Rmd?

privefl avatar Dec 21 '17 10:12 privefl

For now, yes.

The knitting process happens on a saved Rmd, and I haven't found a way to handle the file name in Markdown > From Template.

But I'm currently working on a function that will create the Rmd with the good name. Then I'll code a Shiny Widget that will open a window in which you can enter all the yaml parameter (title, url, etc.).

ColinFay avatar Dec 21 '17 12:12 ColinFay

@privefl

Please check the addin I just added.

You can create a new post through the shiny widget, and it will be name with the good Rmd format.

ColinFay avatar Dec 21 '17 16:12 ColinFay