Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dor-sketch/hebrew-markdown
A lightweight, browser-based Hebrew markdown editor with real-time preview. Built with HTML5 and JavaScript, this tool allows users to write markdown in Hebrew and instantly see the rendered output. Perfect for bloggers, developers, and content creators working with right-to-left text.
https://github.com/dor-sketch/hebrew-markdown
hebrew hebrew-markdown html5 markdown markdown-editor
Last synced: 2 months ago
JSON representation
A lightweight, browser-based Hebrew markdown editor with real-time preview. Built with HTML5 and JavaScript, this tool allows users to write markdown in Hebrew and instantly see the rendered output. Perfect for bloggers, developers, and content creators working with right-to-left text.
- Host: GitHub
- URL: https://github.com/dor-sketch/hebrew-markdown
- Owner: Dor-sketch
- License: mit
- Created: 2024-09-08T10:29:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:55:42.000Z (3 months ago)
- Last Synced: 2024-10-12T16:42:17.852Z (2 months ago)
- Topics: hebrew, hebrew-markdown, html5, markdown, markdown-editor
- Language: HTML
- Homepage: https://dorpascal.com/hebrew-markdown/
- Size: 361 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hebrew Markdown Editor
A lightweight, browser-based Hebrew markdown editor with real-time preview. This tool allows users to write markdown in Hebrew and instantly see the rendered output. Perfect for bloggers, developers, and content creators working with right-to-left text.
## Features
- Real-time markdown to HTML conversion
- Right-to-left (RTL) text support
- Responsive design for desktop and mobile use
- No server-side processing required
- Multiple icon sizes for various devices and platforms## Demo
[Live Demo](https://dorpascal.com/hebrew-markdown/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Dor-sketch/hebrew-markdown.git
```2. Navigate to the project directory:
```bash
cd hebrew-markdown
```3. Open `index.html` in your web browser.
That's it! No additional installation or setup is required.
## Usage
1. Open the `index.html` file in your web browser.
2. Start typing your markdown in Hebrew in the left textarea.
3. See the rendered HTML output in real-time on the right side.## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Icons provided by [Icons8](https://icons8.com)
- Markdown parsing powered by [Marked.js](https://marked.js.org/)## Contact
Dor Pascal - [My Website](https://dorpascal.com)
Project Link: [https://github.com/Dor-sketch/hebrew-markdown/](https://github.com/Dor-sketch/hebrew-markdown/)