-
-
Notifications
You must be signed in to change notification settings - Fork 166
GitHub rtl comments
Rob Garrison edited this page Oct 24, 2022
·
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 or OpenUserJS.
- Update dependencies.
- Update mutation script.
- Update mutation script.
- Update to work with GM4. Fixes issue #114.
- Update GitHub icon.
- Update mutation script.
- Update mutation script.
- Update mutation script.
- Update mutation script.
- Update mutation script url.
- Update assets.
- Update mutation script url.
- Change license to MIT.
- Update mutation url.
- Switch to using mutations.js.
- Use pjax event & move caret code.
- Clean up "closest" function.
- Clean up linting issues.
- Include in Gists comments.
- Reduce update calls on preview.
- Remove
unicode-bidi
setting 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