https://github.com/samwhelp/prototype-phonetic-article
文章注音
https://github.com/samwhelp/prototype-phonetic-article
bopomofo phonetic zhuyin
Last synced: about 2 months ago
JSON representation
文章注音
- Host: GitHub
- URL: https://github.com/samwhelp/prototype-phonetic-article
- Owner: samwhelp
- License: mit
- Created: 2015-12-03T18:39:27.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-12-04T05:47:34.000Z (over 9 years ago)
- Last Synced: 2025-02-08T20:12:34.282Z (4 months ago)
- Topics: bopomofo, phonetic, zhuyin
- Language: JavaScript
- Homepage: http://samwhelp.github.io/prototype-phonetic-article/web/index.html
- Size: 189 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prototype-phonetic-article
文章注音 ([Demo](http://samwhelp.github.io/prototype-phonetic-article/web/index.html))
## 緣起
這個Prototype專案的Idea,是來自於「[這篇討論](https://www.facebook.com/groups/javascript.tw/permalink/696531640448177/)」。
## 參考專案
* [https://github.com/tony1223/Bpmf/tree/gh-pages](https://github.com/tony1223/Bpmf/tree/gh-pages)
* [https://github.com/Ayukawayen/Bpmf](https://github.com/Ayukawayen/Bpmf)
* [https://github.com/softcup/New-Tongwentang-for-Web](https://github.com/softcup/New-Tongwentang-for-Web)## 功能說明(簡易版)
* 會根據「web/chars.js」去找到該字的注音。
* 可以手動標記某個字的注音。## 注意事項
* 手動標記不能巢狀。
## 聲明
* web/[chars.js](https://github.com/tony1223/Bpmf/blob/gh-pages/chars.js) 是來自這個[專案](https://github.com/tony1223/Bpmf/tree/gh-pages) 。