Description
Description
We want to provide users with the ability to show invisible characters. In order to do this, our text view needs to support this.
Invisible | Character | Unicode | Name |
---|---|---|---|
Space | · | U+00B7 | Middle Dot |
Newline | ¬ | U+00AC | Not Sign |
Tab | ⟶ | U+27F6 | Long Rightwards Arrow |
Return | ¤ | U+00A4 | Currency Sign |
Hard Return | ¶ | U+00B6 | Pilcrow Sign |
Carriage Return | ↵ | U+21B5 | Downwards Arrow with Corner Leftwards |
We should be able to both toggle visibility and customize which character is rendered for the following
- Carriage return (CR)
- End of line (EOL)
- Space
- Tab
Screenshots
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏃♂️ In Progress