Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Here's a list of typical problems and corresponding solutions:
* Editor replaces multiple dots with ellipsis – disable that auto-correction.
* Spaces between dots are uneven – use [monospaced font](https://en.wikipedia.org/wiki/Monospaced_font) in the editor.
* Editor has a left panel that melds with the text area – hide the panel.
* Inputting dots causes changes other than showing the new dot – disable these functions, or change the color of the added text to that of the background if possible.

Feel free to contribute by creating additional test case images (check `/src/test/resources` directory for examples).

Expand Down