Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)