-
I am using the Is it possible to set some sort of parameter to make the file read only? It seems like it is possible since the 'preview' when exporting to word file shows a readonly file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Create a post-render script where you set the permission you want to the file. See https://quarto.org/docs/projects/scripts.html#pre-and-post-render. PS: please change the category from "general" to "Q&A" and if appropriate mark this as the answer to let others know it has been answered. |
Beta Was this translation helpful? Give feedback.
Create a post-render script where you set the permission you want to the file.
Note that the permission does not matter if the user is root or as root privileges.
See https://quarto.org/docs/projects/scripts.html#pre-and-post-render.
PS: please change the category from "general" to "Q&A" and if appropriate mark this as the answer to let others know it has been answered.