wordpress-mobile / wordpress-mobile/AztecEditor-iOS
HTML mode: Map zero-width characters to their entity codes.
Open
Nobody has claimed this yet.
[Type] Enhancement
- Dominant language
- Swift
- Stars
- 669
- Forks
- 153
- Avg merge
- 11h 27m
- Merged PRs (30d)
- 4
Description
This issue was spawned from the discussion here.
We should make sure that whenever the user switches to HTML mode, any zero-width character is converted to its entity code ().
This is because the character is invisible, so adding the code lets the user clearly see that it's there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the code path entered when switching to HTML mode and trace how zero-width characters are represented. Verify that each such character becomes the documented entity code () and that the visible HTML output makes its presence clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, swift
- Domain
- content, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100