Palipad

Palipad lets you type Pali easily:

And also convert text in Velthuis scheme to proper Pāli:

Embedding

You can embed Palipad in your website easily, it works on <input> and <textarea>, for example:

<script src="https://palipad.github.io/palipad.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<input class="palipad">
<script>
  $(function() {
    palipad.create('.palipad');
  });
</script>

Palipad looks fine in plain HTML, Bootstrap and Foundation because it uses standard tags, so you should’t need to style it at all.

Report issues

If you found any issue just report it here, I’ll look into it when I’m free.