Conversation
panglesd
added a commit
that referenced
this pull request
Jan 14, 2026
panglesd
added a commit
to panglesd/opam-repository
that referenced
this pull request
Jan 20, 2026
CHANGES: ### Features - Add a "mirror mode" to the speaker view, which mirrors the entire screen you are sharing with the audience (panglesd/slipshow#188) - Add support for external files through CLI and frontmatter (panglesd/slipshow#191) - Add shortcut to delete or unselect selection in drawing editing (panglesd/slipshow#192) - Add a "Close editing panel" button when there are no strokes (panglesd/slipshow#192) - Default file names for drawing recording depend on their names (panglesd/slipshow#192) - Improve `-o` argument wrt directories (panglesd/slipshow#190) - Inline SVGs instead of adding them as images, allowing the use of classes and ids in SVGs (panglesd/slipshow#190) - Rework the docs! (panglesd/slipshow#190) ### Fix - Fix pauses time not updated after a rerecording (panglesd/slipshow#192) - Fix drawing editing shortcuts triggering even when focusing on a textarea (panglesd/slipshow#192) - Fix interaction between fields and drawing editing shortcuts (panglesd/slipshow#192) - Fix order of `clear` and `draw` action: the first comes first (panglesd/slipshow#192) - Use .woff2 for embedded fonts (panglesd/slipshow#190)
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.
Allow to have external
.jsfiles included in the presentation. Hot-reload watches the js files. The inlining of the JS file happens after the engine (which can be probably improved?).Implementation is factored with external css files.