microsoft / microsoft/SwiftStreamingMarkdown

Add Character Streaming text animation

Open
#149 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
361
Forks
51
PR merge metrics
No merged PRs in 30d

Description

Add an explicit Character Streaming rendering mode that smooths chunky server updates by buffering attributed composed graphemes and releasing them one at a time.

The mode should preserve Markdown styling, links, layout, accessibility, Reduce Motion behavior, completion/replacement handling, and existing Fade behavior across UIKit and AppKit. The sample should expose Character Streaming and Standard Fade as selectable modes.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing Fade rendering mode and the sample's mode-selection entry point, then trace the UIKit and AppKit rendering paths. Review how attributed composed graphemes, Markdown styling, links, layout, accessibility, Reduce Motion, and completion or replacement are handled. Done means Character Streaming and Standard Fade are selectable while the listed behaviors remain intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, macos, swift
Domain
desktop, frontend, mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.