Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g0v/z0y

零時字引-部件筆劃查字
https://github.com/g0v/z0y

Last synced: 9 days ago
JSON representation

零時字引-部件筆劃查字

Awesome Lists containing this project

README

        

# 零時字引-部件筆劃查字

線上使用 ONLINE DEMO

Use glypheme to search CJK, including Extension A,B,C,D,E, dynamically generated font is served by [CHIKAGE](https://github.com/g0v/chikage)

輸入:「木2」 ,找到所有含有「木」的字,並且剩餘筆劃為 2

深拆:「日月」,只會找到「明」,深拆才會找到「盟」「萌」。

[Slide in 萌典松 2015/7/18](https://docs.google.com/presentation/d/16MzEnhGiWYH2e5WMudW6Sc49BTWDf1_aicbFMU9nSrU/edit?usp=sharing)

create node_modules/idsdata/decompose.js

cd node_modules/idsdata
node gen

rebuild external data-bundle.js whenever node_modules/idsdata is changed.

build-data

rebuild external react-bundle.js whenever react.js is changed.

build-react

rebuild bundle.js if any other js is changed.

build

to develop

npm i
watchify --bare -u react -u react/addons -u idsdata -o bundle.js index.js

Serve index.html with webserver, node-webkit , or open directly with browser (file://)