https://github.com/01walid/muharir
A simple Markdown editor for RTL languages.
https://github.com/01walid/muharir
Last synced: 8 months ago
JSON representation
A simple Markdown editor for RTL languages.
- Host: GitHub
- URL: https://github.com/01walid/muharir
- Owner: 01walid
- License: mit
- Created: 2015-09-25T09:48:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T13:46:29.000Z (over 10 years ago)
- Last Synced: 2025-05-07T02:03:58.473Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://01walid.github.io/muharir/
- Size: 970 KB
- Stars: 29
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# muharir (experimental)
A simple Markdown editor for RTL languages based on [CodeMirror](https://github.com/codemirror/CodeMirror) and some of Github's Flavored Markdown specs.
Muharir (editor in Arabic), performs Markdown rendering as you type, with some special handling for inline code and code blocks so they always render LTR.
**Demo**: [test it online](http://01walid.github.io/muharir/)
## Notes:
- the `direction` branch of [CodeMirror](https://github.com/codemirror/CodeMirror)'s repo is used instead of the `master` branch, as it better handles cursor movements on RTL layouts.
- there's some issues with cursor movements on code blocks but it's basically usable.
## LICENSE
MIT.