-
In my Quarto book project, I am trying to add a timestamp and additional information to the filename of the rendered output based on the project Now I have written a script and tagged it in |
Beta Was this translation helpful? Give feedback.
Answered by
cderv
Apr 18, 2023
Replies: 1 comment 3 replies
-
Simply use date and the formatting feature of Quarto, see https://quarto.org/docs/reference/dates.html. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will this really allow to write date information to output filename ? It is dedicated to tweak the date information for output document content, isn't it ?
it seems to me the post render rendered script is the way to go to had some information into the output filename of a rendering.