-
Notifications
You must be signed in to change notification settings - Fork 31
Configure furigana support and exemplary use it in chapter one. #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
looks good. but again i'll have to batch change the formatting from markdown to html tags. the last time when i did this i had to manually search for tag errors in 50 files, otherwise vitepress wouldn't render them i'll try it later |
|
It's a manual process to add the furigana anyways. I wouldn't change tags unless really necessary. At the moment we only have two cases:
I could work on a branch, until all chapters are done. This way the website won't be in a work-in-progress state. |
|
So I converted chapters 1-3. It's not too bad using vim. If you like the changes I can further format the text as I read through the script. |
1a8e389 to
ab0768f
Compare
ab0768f to
ae7d7e1
Compare






I configured furigana-markdown-it such that it is usable in vitepress. The syntax would be
[kanji]{furigana}, e.g.[今何時ですか]{いま なん じ ですか}?. The plugin is also kind of smart and can match whole sentences, but then only applies the furigana to the kanji and skips the rest. Its documentation gives an overview on its possible usage.I applied it to chapter one as an example. If it is acceptable, I can work on other chapters as well.
I'm not sure about the readability, though.