https://sigrarr.github.io/runetyper/
The purpose of this project is to provide a comfortable way of writing in historical Germanic alphabets, i.e. runic scripts and the Gothic alphabet.
Runetyper converts standard keyboard input to the selected alphabet’s characters. The correspondence between typed keys and characters they produce is meant to be both practical and linguistically justified.
The generated output is Unicode text (UTF-8). The application utilizes Unicode blocks Runic and Gothic.
- Input: /sources/js/App.inc.js
- Replace each occurrence of the pseudo-function
include(String filePath)
with the content of the specified file. Paths are relative to the input file (*.inc.js), or to the project root if start with / - Minify/compress the code.
- Output: /assets/app.min.js
- Input: /sources/scss/master.scss
- Run a Sass parser on the SCSS code to produce minified CSS.
- Output: /assets/style.min.css
Feel free to use this project on the condition that it will be noticed in any published derivative work, with the link to this repository (https://github.com/Sigrarr/runetyper) or to the Runetyper GitHub Page (https://sigrarr.github.io/runetyper/).