Skip to content

feat(ios): add markdown extractor for selection-to-markdown conversion - #638

Open
maksg wants to merge 1 commit into
mainfrom
ios-parity/07-markdown-extractor
Open

feat(ios): add markdown extractor for selection-to-markdown conversion#638
maksg wants to merge 1 commit into
mainfrom
ios-parity/07-markdown-extractor

Conversation

@maksg

@maksg maksg commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Ports the markdown extractor to the standalone iOS package: reconstructs markdown from a selected range of the rendered attributed string, with full-document selections returning the original source verbatim. Adds the headingLevel/strong/emphasis attributes the walk relies on and plumbs the source markdown down to the text view coordinator for later use by the selection menu.

What/Why?

Testing

PR Checklist

  • Code compiles and runs on iOS
  • Code compiles and runs on Android
  • Updated documentation/README if applicable
  • Ran example app to verify changes
  • E2E tests are passing
  • Required E2E tests have been added (if applicable)

Ports the markdown extractor to the standalone iOS package: reconstructs
markdown from a selected range of the rendered attributed string, with
full-document selections returning the original source verbatim. Adds the
headingLevel/strong/emphasis attributes the walk relies on and plumbs the
source markdown down to the text view coordinator for later use by the
selection menu.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@maksg
maksg requested review from eszlamczyk and hryhoriiK97 August 6, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant