Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalirnet/rtl-markdown
VSCode markdown RTL support
https://github.com/dalirnet/rtl-markdown
javascript markdown rtl vscode vscode-extension
Last synced: 2 days ago
JSON representation
VSCode markdown RTL support
- Host: GitHub
- URL: https://github.com/dalirnet/rtl-markdown
- Owner: dalirnet
- License: mit
- Created: 2021-03-03T11:51:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T05:01:52.000Z (3 months ago)
- Last Synced: 2024-08-10T06:21:40.672Z (3 months ago)
- Topics: javascript, markdown, rtl, vscode, vscode-extension
- Language: CSS
- Homepage: https://marketplace.visualstudio.com/items?itemName=dalirnet.rtl-markdown
- Size: 468 KB
- Stars: 40
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTL Markdown
VSCode Markdown Right-to-Left support.
## Activation Guide:
- After Installing the plugin, activate it using the command `Active RTL-Markdown`.
- Restart VSCode for change to take effect. (This plugin changes VSCode core files.)
- Ignore VSCode warning about core changes.
- Change your file name extension to `.rtl.md` for example `list.md` to `list.rtl.md`.
- Now you should see RTL layout of your markdown file.## Commands
|Command|Effect
|-|-|
`Active RTL-Markdown` | Activate the plugin & change VSCode core file
`Deactive RTL-Markdown` | Deactivate the plugin & reset VSCode core file to default
`RTL Markdown` | Change file extension to `.rtl.md`
`LTR Markdown` | Change file extension to `.md`## Demo
![demo](https://github.com/dalirnet/rtl-markdown/raw/master/demo.gif)