Add Typewriter effect SE5 plugin (Avalonia)#269
Merged
Conversation
Ports the SE4 "Effect → Typewriter…" feature (issue #10942) as a standalone SE5 plugin. Each selected subtitle line is exploded into several short lines that progressively reveal the text character by character, with an optional end delay holding the fully-typed line before the original end time. The plugin is an Avalonia 11 / .NET 8 app: - Settings dialog with a numeric input for the end delay. - Inherits Dark/Light theme from request.theme. - Persists endDelay via the plugin Settings round-trip. - Inline SRT parser/serializer; ASSA overrides and html i/b/u/font tags are preserved across the exploded paragraphs. Adds .github/workflows/typewriter.yml that mirrors haxor.yml: matrix self-contained publish for the six supported RIDs, plugin.json rewritten to per-OS executables block per zip, and (on dispatch with a tag) a GitHub release with all six zips attached. Updates se5-plugins.json to point at the planned se5-typewriter-v1.0 release assets via the per-platform downloads map. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Build
Notes / caveats
Test plan
🤖 Generated with Claude Code