https://github.com/ethantw/az
Generates accurate <ruby> markups in Mandarin semi-automatically.
https://github.com/ethantw/az
accurate-markups css html5
Last synced: 12 months ago
JSON representation
Generates accurate <ruby> markups in Mandarin semi-automatically.
- Host: GitHub
- URL: https://github.com/ethantw/az
- Owner: ethantw
- License: mit
- Created: 2015-05-05T09:15:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T05:39:04.000Z (almost 6 years ago)
- Last Synced: 2025-07-08T22:02:33.747Z (12 months ago)
- Topics: accurate-markups, css, html5
- Language: JavaScript
- Homepage: https://az.hanzi.pro/
- Size: 1.28 MB
- Stars: 23
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# az
a.z. stands for ‘Accurate Zhuyin’. It is a small web tool that helps generate accurate `` markups in Mandarin semi-automatically. (With the extra support of HTML5 polyfill)
Try out now: .
## Featuring
- [CSLD](http://chinese-linguipedia.org/) Mandarin pronunciation
- Reads aloud for heteronym check
- Compiles Markdown/CommonMark
- Supports Traditional, Simplified and variant Hanzi
- Selectable Zhuyin (MPS), Pinyin or Wade-Giles
- Syntax in both HTML5 or rendered Han.css (recommended)
- Permalinks
- Vim keybinding (J/K and L/H)
## Requirements
- Node.js/io.js stable
* LiveScript 1.4.0
## Development
- Install `sudo npm install`
- Build `gulp www`
- Deploy `gulp deploy`
- Start server & watch files `gulp dev` (http://localhost:7654)
## License
The MIT License