Visualize changes in documents, i.e., git diff
#10351
lnnrtwttkhn
started this conversation in
Feature Requests
Replies: 1 comment 7 replies
-
I'm not sure Quarto will do something on that in the future or at least in a near future. I would suggest you get acquainted with the extension mechanism which is there precisely for you to extend and add such features, see https://quarto.org/docs/extensions/.
I am not aware of something like that but you can take a look at all the extensions listed on https://m.canouil.dev/quarto-extensions/ |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Thanks for all your work on Quarto, I really love it.
A feature that would be very cool would be way to visualize changes in documents, e.g., leveraging the output of
git diff
.The main use-case that I regularly have is that I want to be able to show what recently has changed in a document and provide a way to show the revision history to users without them having to know Git or visit the remote repository.
Specifically, some feature that I have in mind:
index.qmd
I can visualize the changes infunctions.R
.Please let me know if I should provide more details. Curious to hear what others think about this or if something along those lines has already been implemented somewhere. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions