diff --git a/.changeset/allow-blob-video.md b/.changeset/allow-blob-video.md deleted file mode 100644 index f8b48643..00000000 --- a/.changeset/allow-blob-video.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": minor ---- - -Allow passing `blob:` URLs as input to video plugins. diff --git a/.changeset/cold-starfishes-tell.md b/.changeset/cold-starfishes-tell.md deleted file mode 100644 index bb56d387..00000000 --- a/.changeset/cold-starfishes-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/extension-record-video": major ---- - -Initial release of record video extension. The extension can record video from a camera during a trial. diff --git a/.changeset/few-hounds-obey.md b/.changeset/few-hounds-obey.md deleted file mode 100644 index 93befa04..00000000 --- a/.changeset/few-hounds-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": minor ---- - -Add support for asynchronous extension `on_finish` methods diff --git a/.changeset/long-colts-grab.md b/.changeset/long-colts-grab.md deleted file mode 100644 index b76fd2e8..00000000 --- a/.changeset/long-colts-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": patch ---- - -`jsPsych.timelineVariable()` will now produce a `console.warn()` when the timeline variable does not exist. diff --git a/.changeset/plenty-brooms-invent.md b/.changeset/plenty-brooms-invent.md deleted file mode 100644 index 14bd4cf6..00000000 --- a/.changeset/plenty-brooms-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-mirror-camera": major ---- - -New plugin to show the webcam video in realtime to the participant. diff --git a/.changeset/tame-roses-agree.md b/.changeset/tame-roses-agree.md deleted file mode 100644 index bf238c8e..00000000 --- a/.changeset/tame-roses-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": minor ---- - -Add features for recording from video streams to the pluginAPI diff --git a/.changeset/three-cherries-juggle.md b/.changeset/three-cherries-juggle.md deleted file mode 100644 index f2c061e0..00000000 --- a/.changeset/three-cherries-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-html-video-response": major ---- - -New plugin to show arbitrary HTML content on the screen and record video from the participant. diff --git a/.changeset/tidy-elephants-live.md b/.changeset/tidy-elephants-live.md deleted file mode 100644 index 8b7ffab5..00000000 --- a/.changeset/tidy-elephants-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-initialize-camera": major ---- - -A new plugin to get permission to access the user's camera and allow the user to select which camera to use diff --git a/docs/demos/eye-tracking-with-webgazer.html b/docs/demos/eye-tracking-with-webgazer.html index f360ddf1..d2730c17 100644 --- a/docs/demos/eye-tracking-with-webgazer.html +++ b/docs/demos/eye-tracking-with-webgazer.html @@ -1,7 +1,7 @@
- + @@ -13,7 +13,7 @@ diff --git a/docs/demos/jspsych-animation-demo.html b/docs/demos/jspsych-animation-demo.html index 881af811..8c45cea8 100644 --- a/docs/demos/jspsych-animation-demo.html +++ b/docs/demos/jspsych-animation-demo.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-html-audio-response-demo2.html b/docs/demos/jspsych-html-audio-response-demo2.html index 74104daa..6994c329 100644 --- a/docs/demos/jspsych-html-audio-response-demo2.html +++ b/docs/demos/jspsych-html-audio-response-demo2.html @@ -1,11 +1,11 @@ - + - + diff --git a/docs/demos/jspsych-html-audio-response-demo3.html b/docs/demos/jspsych-html-audio-response-demo3.html index 0cc46a9e..62682735 100644 --- a/docs/demos/jspsych-html-audio-response-demo3.html +++ b/docs/demos/jspsych-html-audio-response-demo3.html @@ -1,12 +1,12 @@ - + - + diff --git a/docs/demos/jspsych-html-button-response-demo1.html b/docs/demos/jspsych-html-button-response-demo1.html index e9251dd8..d5569199 100644 --- a/docs/demos/jspsych-html-button-response-demo1.html +++ b/docs/demos/jspsych-html-button-response-demo1.html @@ -2,9 +2,9 @@ - + - + diff --git a/docs/demos/jspsych-html-keyboard-response-demo1.html b/docs/demos/jspsych-html-keyboard-response-demo1.html index 623ce76f..fd4dfc98 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo1.html +++ b/docs/demos/jspsych-html-keyboard-response-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-html-keyboard-response-demo2.html b/docs/demos/jspsych-html-keyboard-response-demo2.html index abb09ca2..cda87b97 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo2.html +++ b/docs/demos/jspsych-html-keyboard-response-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-html-slider-response-demo1.html b/docs/demos/jspsych-html-slider-response-demo1.html index f1479d80..49c5fe22 100644 --- a/docs/demos/jspsych-html-slider-response-demo1.html +++ b/docs/demos/jspsych-html-slider-response-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-html-video-response-demo1.html b/docs/demos/jspsych-html-video-response-demo1.html index 9ce3d035..9b112c9b 100644 --- a/docs/demos/jspsych-html-video-response-demo1.html +++ b/docs/demos/jspsych-html-video-response-demo1.html @@ -2,14 +2,14 @@ - + - + diff --git a/docs/demos/jspsych-html-video-response-demo2.html b/docs/demos/jspsych-html-video-response-demo2.html index c3f100bc..5b4084e6 100644 --- a/docs/demos/jspsych-html-video-response-demo2.html +++ b/docs/demos/jspsych-html-video-response-demo2.html @@ -2,14 +2,14 @@ - + - + diff --git a/docs/demos/jspsych-html-video-response-demo3.html b/docs/demos/jspsych-html-video-response-demo3.html index 5d0c0e33..a1b86317 100644 --- a/docs/demos/jspsych-html-video-response-demo3.html +++ b/docs/demos/jspsych-html-video-response-demo3.html @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + diff --git a/docs/demos/jspsych-iat-html-demo1.html b/docs/demos/jspsych-iat-html-demo1.html index 37742848..8720ada5 100644 --- a/docs/demos/jspsych-iat-html-demo1.html +++ b/docs/demos/jspsych-iat-html-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-iat-image-demo1.html b/docs/demos/jspsych-iat-image-demo1.html index d76146f6..00dcad45 100644 --- a/docs/demos/jspsych-iat-image-demo1.html +++ b/docs/demos/jspsych-iat-image-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-image-button-response-demo1.html b/docs/demos/jspsych-image-button-response-demo1.html index 5ba19b06..945efab5 100644 --- a/docs/demos/jspsych-image-button-response-demo1.html +++ b/docs/demos/jspsych-image-button-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-image-keyboard-response-demo1.html b/docs/demos/jspsych-image-keyboard-response-demo1.html index 63768471..35724c68 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo1.html +++ b/docs/demos/jspsych-image-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-image-keyboard-response-demo2.html b/docs/demos/jspsych-image-keyboard-response-demo2.html index 0874d6c9..563519e1 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo2.html +++ b/docs/demos/jspsych-image-keyboard-response-demo2.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-image-slider-response-demo1.html b/docs/demos/jspsych-image-slider-response-demo1.html index d38409ba..db3ca794 100644 --- a/docs/demos/jspsych-image-slider-response-demo1.html +++ b/docs/demos/jspsych-image-slider-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-initialize-camera-demo1.html b/docs/demos/jspsych-initialize-camera-demo1.html index d4165e0f..bacfee7f 100644 --- a/docs/demos/jspsych-initialize-camera-demo1.html +++ b/docs/demos/jspsych-initialize-camera-demo1.html @@ -1,10 +1,10 @@ - + - - + + diff --git a/docs/demos/jspsych-initialize-microphone-demo1.html b/docs/demos/jspsych-initialize-microphone-demo1.html index 24431dd6..18fcb293 100644 --- a/docs/demos/jspsych-initialize-microphone-demo1.html +++ b/docs/demos/jspsych-initialize-microphone-demo1.html @@ -1,10 +1,10 @@ - + - + diff --git a/docs/demos/jspsych-instructions-demo-1.html b/docs/demos/jspsych-instructions-demo-1.html index 0d313daf..84f07a0b 100644 --- a/docs/demos/jspsych-instructions-demo-1.html +++ b/docs/demos/jspsych-instructions-demo-1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-instructions-demo-2.html b/docs/demos/jspsych-instructions-demo-2.html index 404de8e6..2bfe0f8c 100644 --- a/docs/demos/jspsych-instructions-demo-2.html +++ b/docs/demos/jspsych-instructions-demo-2.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-instructions-demo-3.html b/docs/demos/jspsych-instructions-demo-3.html index 4564c388..76b689f2 100644 --- a/docs/demos/jspsych-instructions-demo-3.html +++ b/docs/demos/jspsych-instructions-demo-3.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-maxdiff-demo1.html b/docs/demos/jspsych-maxdiff-demo1.html index bfb9e3a9..15956f1f 100644 --- a/docs/demos/jspsych-maxdiff-demo1.html +++ b/docs/demos/jspsych-maxdiff-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-mirror-camera-demo1.html b/docs/demos/jspsych-mirror-camera-demo1.html index 30ecefaf..cbad9683 100644 --- a/docs/demos/jspsych-mirror-camera-demo1.html +++ b/docs/demos/jspsych-mirror-camera-demo1.html @@ -3,13 +3,13 @@ - + - + diff --git a/docs/demos/jspsych-preload-demo1.html b/docs/demos/jspsych-preload-demo1.html index b5efc451..8ac99cac 100644 --- a/docs/demos/jspsych-preload-demo1.html +++ b/docs/demos/jspsych-preload-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-preload-demo2.html b/docs/demos/jspsych-preload-demo2.html index b85d3b95..6a474f28 100644 --- a/docs/demos/jspsych-preload-demo2.html +++ b/docs/demos/jspsych-preload-demo2.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-preload-demo3.html b/docs/demos/jspsych-preload-demo3.html index bbc59b7f..34757941 100644 --- a/docs/demos/jspsych-preload-demo3.html +++ b/docs/demos/jspsych-preload-demo3.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-preload-demo4.html b/docs/demos/jspsych-preload-demo4.html index 6270c138..405e2f28 100644 --- a/docs/demos/jspsych-preload-demo4.html +++ b/docs/demos/jspsych-preload-demo4.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-reconstruction-demo1.html b/docs/demos/jspsych-reconstruction-demo1.html index 1c2817b7..e91097d7 100644 --- a/docs/demos/jspsych-reconstruction-demo1.html +++ b/docs/demos/jspsych-reconstruction-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-resize-demo1.html b/docs/demos/jspsych-resize-demo1.html index 41f8a647..1edb9416 100644 --- a/docs/demos/jspsych-resize-demo1.html +++ b/docs/demos/jspsych-resize-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-same-different-html-demo1.html b/docs/demos/jspsych-same-different-html-demo1.html index e53999c5..eea70c27 100644 --- a/docs/demos/jspsych-same-different-html-demo1.html +++ b/docs/demos/jspsych-same-different-html-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-same-different-image-demo1.html b/docs/demos/jspsych-same-different-image-demo1.html index 0cd38607..87c8459b 100644 --- a/docs/demos/jspsych-same-different-image-demo1.html +++ b/docs/demos/jspsych-same-different-image-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-serial-reaction-time-demo1.html b/docs/demos/jspsych-serial-reaction-time-demo1.html index 86dc78d2..016df2b9 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-serial-reaction-time-demo2.html b/docs/demos/jspsych-serial-reaction-time-demo2.html index 73d2e532..e5cc2f4e 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html index 429551d9..625aed87 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html index ce905916..fb0eae68 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-sketchpad-demo1.html b/docs/demos/jspsych-sketchpad-demo1.html index d6f1a0b2..1df7fbc7 100644 --- a/docs/demos/jspsych-sketchpad-demo1.html +++ b/docs/demos/jspsych-sketchpad-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-sketchpad-demo2.html b/docs/demos/jspsych-sketchpad-demo2.html index 608921fd..14f5db2d 100644 --- a/docs/demos/jspsych-sketchpad-demo2.html +++ b/docs/demos/jspsych-sketchpad-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-sketchpad-demo3.html b/docs/demos/jspsych-sketchpad-demo3.html index 2edf7bf6..b399bd1a 100644 --- a/docs/demos/jspsych-sketchpad-demo3.html +++ b/docs/demos/jspsych-sketchpad-demo3.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-survey-demo1.html b/docs/demos/jspsych-survey-demo1.html index ae28fed5..65a1fdfe 100644 --- a/docs/demos/jspsych-survey-demo1.html +++ b/docs/demos/jspsych-survey-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-demo2.html b/docs/demos/jspsych-survey-demo2.html index 5a910517..50b58e53 100644 --- a/docs/demos/jspsych-survey-demo2.html +++ b/docs/demos/jspsych-survey-demo2.html @@ -3,10 +3,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-demo3.html b/docs/demos/jspsych-survey-demo3.html index b6546351..8ae0e1ac 100644 --- a/docs/demos/jspsych-survey-demo3.html +++ b/docs/demos/jspsych-survey-demo3.html @@ -3,10 +3,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-demo4.html b/docs/demos/jspsych-survey-demo4.html index fdf5440a..1c9f0f91 100644 --- a/docs/demos/jspsych-survey-demo4.html +++ b/docs/demos/jspsych-survey-demo4.html @@ -3,10 +3,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-html-form-demo1.html b/docs/demos/jspsych-survey-html-form-demo1.html index 173dac15..64484018 100644 --- a/docs/demos/jspsych-survey-html-form-demo1.html +++ b/docs/demos/jspsych-survey-html-form-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-html-form-demo2.html b/docs/demos/jspsych-survey-html-form-demo2.html index ac277d07..c1b19fa8 100644 --- a/docs/demos/jspsych-survey-html-form-demo2.html +++ b/docs/demos/jspsych-survey-html-form-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-likert-demo1.html b/docs/demos/jspsych-survey-likert-demo1.html index 325e4642..eb3cdce2 100644 --- a/docs/demos/jspsych-survey-likert-demo1.html +++ b/docs/demos/jspsych-survey-likert-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-likert-demo2.html b/docs/demos/jspsych-survey-likert-demo2.html index d834ebef..7b563b8b 100644 --- a/docs/demos/jspsych-survey-likert-demo2.html +++ b/docs/demos/jspsych-survey-likert-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-multi-choice-demo1.html b/docs/demos/jspsych-survey-multi-choice-demo1.html index 51f7d1b8..f30e48b1 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo1.html +++ b/docs/demos/jspsych-survey-multi-choice-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-multi-choice-demo2.html b/docs/demos/jspsych-survey-multi-choice-demo2.html index 222ae3b5..779a7708 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo2.html +++ b/docs/demos/jspsych-survey-multi-choice-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-multi-select-demo1.html b/docs/demos/jspsych-survey-multi-select-demo1.html index 11ce608c..01fddd63 100644 --- a/docs/demos/jspsych-survey-multi-select-demo1.html +++ b/docs/demos/jspsych-survey-multi-select-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-text-demo1.html b/docs/demos/jspsych-survey-text-demo1.html index 8cecbb03..8f89d96f 100644 --- a/docs/demos/jspsych-survey-text-demo1.html +++ b/docs/demos/jspsych-survey-text-demo1.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-text-demo2.html b/docs/demos/jspsych-survey-text-demo2.html index 04a05ac7..0c448303 100644 --- a/docs/demos/jspsych-survey-text-demo2.html +++ b/docs/demos/jspsych-survey-text-demo2.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-text-demo3.html b/docs/demos/jspsych-survey-text-demo3.html index a050c398..589b0ca4 100644 --- a/docs/demos/jspsych-survey-text-demo3.html +++ b/docs/demos/jspsych-survey-text-demo3.html @@ -2,10 +2,10 @@ - + - + diff --git a/docs/demos/jspsych-survey-text-demo4.html b/docs/demos/jspsych-survey-text-demo4.html index fdfcfc4a..807a69d3 100644 --- a/docs/demos/jspsych-survey-text-demo4.html +++ b/docs/demos/jspsych-survey-text-demo4.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-video-button-response-demo1.html b/docs/demos/jspsych-video-button-response-demo1.html index 1bd77813..c5d23694 100644 --- a/docs/demos/jspsych-video-button-response-demo1.html +++ b/docs/demos/jspsych-video-button-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-video-keyboard-response-demo1.html b/docs/demos/jspsych-video-keyboard-response-demo1.html index 18397acb..c367b7e1 100644 --- a/docs/demos/jspsych-video-keyboard-response-demo1.html +++ b/docs/demos/jspsych-video-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-video-slider-response-demo1.html b/docs/demos/jspsych-video-slider-response-demo1.html index a4863ae0..7ce8bbf4 100644 --- a/docs/demos/jspsych-video-slider-response-demo1.html +++ b/docs/demos/jspsych-video-slider-response-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo1.html b/docs/demos/jspsych-virtual-chinrest-demo1.html index 20895e18..2249bbba 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo1.html +++ b/docs/demos/jspsych-virtual-chinrest-demo1.html @@ -2,12 +2,12 @@ - + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo2.html b/docs/demos/jspsych-virtual-chinrest-demo2.html index e47bae38..41dd736a 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo2.html +++ b/docs/demos/jspsych-virtual-chinrest-demo2.html @@ -2,12 +2,12 @@ - + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo3.html b/docs/demos/jspsych-virtual-chinrest-demo3.html index 2ce2b58b..8eb62d69 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo3.html +++ b/docs/demos/jspsych-virtual-chinrest-demo3.html @@ -2,12 +2,12 @@ - + - + diff --git a/docs/demos/jspsych-visual-search-circle-demo1.html b/docs/demos/jspsych-visual-search-circle-demo1.html index 33402b07..c8afb94b 100644 --- a/docs/demos/jspsych-visual-search-circle-demo1.html +++ b/docs/demos/jspsych-visual-search-circle-demo1.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/demos/jspsych-visual-search-circle-demo2.html b/docs/demos/jspsych-visual-search-circle-demo2.html index a001c435..30e839ef 100644 --- a/docs/demos/jspsych-visual-search-circle-demo2.html +++ b/docs/demos/jspsych-visual-search-circle-demo2.html @@ -2,11 +2,11 @@ - + - + diff --git a/docs/overview/extensions.md b/docs/overview/extensions.md index b3f34774..1ca403b4 100644 --- a/docs/overview/extensions.md +++ b/docs/overview/extensions.md @@ -8,7 +8,7 @@ To use an extension in an experiment, you'll load the extension file via a `