Vyxal language bar and character compositions

This provides two ways to easily enter Vyxal characters into pretty much any input field on any webpage:

  1. Enter an alias and hit tab, e.g. /2Tab gives ½.
  2. Click on symbols in the language bar.

Try it here:

Hover over a symbol in the language bar for aliases. Note that two-letter aliases must be followed by a period (.).

Installation

Desktop browser

  1. Drag this link to your bookmarks bar: Vyxal

Mobile browser

  1. Add a bookmark for this page.
  2. Edit the bookmark's target URL address to javascript:(d=>{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/vyxal.js";d.body.appendChild(e)})(document)

Webpage

  1. Include this HTML in your page: <script src="https://abrudz.github.io/lb/vyxal.js"></script>

Activation

  1. Navigate to the web page where you want to enter Vyxal characters.
  2. Click on the Vyxal bookmark. The language bar should appear at the web page's top.