Giter VIP home page Giter VIP logo

bididown's Introduction

BidiDown, a bidirectional Markdown editor.

Markdown is a text-to-HTML conversion tool for everyone! you write your documents in an easy, simple, clean, and human-readable format (plaintext actually), and Markdown converts them to well-structured and beautiful HTML documents.

However, to this day, all Markdown goodies was for people who writes in LTR languages. Markdown itself does not have problem with RTL inputs but there was no Markdown editor to make it easy for writing in RTL mode. (Persian, Arabic, Hebrew, Kurdish, ...)

Yes, You can always use dir=rtl attribute for your textbox to achieve this feature, but problem will raise when you want to mix RTL with LTR (for example trying to put some code inside an RTL blog post).

Instead of having a complex text editor to support both RTL and LTR, BidiDown defines seprate blocks for each of them! In other words, we use multiple tiny textboxes to edit each block. At the end, when you want to generate actual HTML, we combine these tiny blocks on fly and send them to "marked.js" (or your markdown engine of choice).

In the process of writing this, i try to use only Vanilla JS for size and performance. I also have no intention to support ancient browsers. People who use Markdown for writing documents, probably use modern browsers too!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.