Feat: Add plausible tracking#345
Merged
Merged
Conversation
added 2 commits
March 2, 2026 11:32
…param when 1.9 is officially released
schloerke
approved these changes
Mar 2, 2026
schloerke
requested changes
Mar 2, 2026
schloerke
left a comment
Contributor
There was a problem hiding this comment.
Can we merge the _plausible.html content into include-in-header.html ?
Then all analytics are in one file and we don't add a new file. Thank you!
…3c-1c40edd5911c)
elnelson575
pushed a commit
that referenced
this pull request
Mar 13, 2026
commit c9d5180 Author: E Nelson <liz.nelson@posit.co> Date: Fri Mar 6 09:34:43 2026 -0500 Remove Python dependencies and shinylive artifact steps Removed Python dependency installation and artifact handling steps for shinylive. commit 6b56db5 Author: E Nelson <liz.nelson@posit.co> Date: Fri Mar 6 09:33:43 2026 -0500 Refine app preview spacing and simplify comment commit eed3d5d Author: E Nelson <liz.nelson@posit.co> Date: Fri Mar 6 09:32:55 2026 -0500 Update distclean target to remove unnecessary clean step commit d34a2fa Author: E Nelson <liz.nelson@posit.co> Date: Fri Mar 6 09:31:41 2026 -0500 Remove unused commands, fix preview commit 4cc530b Merge: 7c67bd9 5f071cc Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 22:41:29 2026 -0500 Merge branch 'feat/shinylive-test' into feat/add-cards-toolbar-docs commit 7c67bd9 Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 22:37:03 2026 -0500 Update sizing and multiple cars commit 9e77832 Merge: 8c5681f 3dbb608 Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 16:02:33 2026 -0500 Merge branch 'feat/shinylive-build-step' into feat/add-cards-toolbar-docs commit 3dbb608 Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 15:53:30 2026 -0500 change naming commit 182a19b Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 15:51:27 2026 -0500 Removing commit 35e8112 Author: E Nelson <liz.nelson@posit.co> Date: Thu Mar 5 13:23:33 2026 -0500 Revert workflow change, update makefile commit cabbf7f Author: E Nelson <liz.nelson@posit.co> Date: Wed Mar 4 12:09:23 2026 -0500 Plan response (vibe-kanban ELN-3) commit d0fe98f Merge: f86de69 5e73b18 Author: E Nelson <liz.nelson@posit.co> Date: Tue Mar 3 09:54:55 2026 -0500 Merge branch 'main' into feat/shinylive-build-step commit 5e73b18 Author: E Nelson <liz.nelson@posit.co> Date: Mon Mar 2 15:53:05 2026 -0500 Feat: Add plausible tracking (#345) commit f86de69 Author: E Nelson <liz.nelson@posit.co> Date: Fri Feb 27 11:48:18 2026 -0500 Added comment commit aaca5e9 Author: E Nelson <liz.nelson@posit.co> Date: Fri Feb 27 11:43:45 2026 -0500 Add additional clarifying comments commit cada079 Author: E Nelson <liz.nelson@posit.co> Date: Thu Feb 19 10:57:23 2026 -0500 Add makefile changes for local build commit 1fd844e Author: E Nelson <liz.nelson@posit.co> Date: Thu Feb 19 10:07:09 2026 -0500 Fixing requirements commit e22a6cb Author: E Nelson <liz.nelson@posit.co> Date: Thu Feb 19 09:40:16 2026 -0500 Add shinylive chunk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the Plausible analytics code as given by DevRel to the head tag.
Note, when Quarto 1.9 is released, we can switch to using the built-in Plausible support (see https://quarto.org/docs/download/prerelease.html and quarto-dev/quarto-cli#13524) for details.