-
-
Notifications
You must be signed in to change notification settings - Fork 173
GitHub rtl comments
Rob Garrison edited this page Jan 12, 2017
·
26 revisions
A userscript that adds a button to insert RTL text blocks in comments
- It only works on issue & gist comment pages.
- Click this link to install from GitHub, or install from GreasyFork.

- Clean up "closest" function.
- Clean up linting issues.
- Include in Gists comments.
- Reduce update calls on preview.
- Remove
unicode-bidisetting on RTL content. - Apply formatting after comment edit.
- Replace
‏and‎within markdown with a div. - Include
unicode-bidi:isolate; - Force LTR inside code blocks.
- Start using some ES6 code.
- See https://github.com/dear-github/dear-github/issues/147 for details.
- Initial commit