Skip to content

Customizable Kanji character charts that are easily printable to help practice writing.

Notifications You must be signed in to change notification settings

istudyatuni/kanji-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

こんにちは!

This is fork of original project with added support for generating PDF via Typst.

Basic usage:

#import "@local/kanji-practice:0.1.0": practice, jlpt-table, categories

#set page(margin: (x: 5em, y: 2em))

// print all kanjis grouped by JLPT
#jlpt-table()
// print kanjis from JLPT N5 with their meanings in table
#jlpt-table(category: categories.jlptn5, meanings: true)

// select kanjis. for spaces will be shown blank charts
#practice(kanji: "分日一国人年大")
// select kanjis from specific catogory
#practice(category: categories.jlptn5)

Each selected kanji will look like:

Install local package

just install
# install fonts for strokes order and for drawings preview
just install-fonts

Contribution

Of course! Please checkout the issues in the repository, and comment on one if you are planning to submit a PR! This ensures that multiple people aren't working on the same feature at once.

Please try to follow conventions throughout the repository. I am happy to provide guidance and feedback, just ping me in a github issue! ⭐

About

Customizable Kanji character charts that are easily printable to help practice writing.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 37.9%
  • HTML 24.1%
  • CSS 17.4%
  • Typst 16.1%
  • Python 4.5%