Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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.

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/)