Got back to Kitsun after being totally overwhelmed last time
What I want
The default Kitsun template, but with Kana showing on hovering.
I will import vocabs using the Dictionary function and large populated CVS files.
After 5 days working on nothing but this (pls help me, Iām going crazy ), this is the only thing I could achieve so far:
But I want the Kana to only show on these conditions:
- If Reading != Vocabulary
- When I hover with the mouse over it
My questions
- Has someone created such a template? (That would make it very easyā¦ Couldnāt find anything)
- How to solve the hovering under my above conditions?
My problems
- Iām dumb when it comes to HTML/CSS. I have absolutely no clue what Iām doing.
- I could use the Genki template, which has Furigana on hovering. However, it requires the vocabs that use this template to be of a very specific format, namely, you need to fill in entries for
Kana?
and other fields. That means I cannot simply import the CSV files or use the Dictionary function on Kitsun. Precisly, for every imported word, I need to bring it in a formę£[ć”]ć
, but this will take me ages. - I am studying how the Genki template solves the hovering, but I have no clue of all these things:
{{^Kana?}}
,{{#Kana?}}
etc. I didnāt find any documentation on Kitsun mentioning what this means.