kanji koohii FORUM
Rikaichan: RevTK Community Edition - Printable Version

+- kanji koohii FORUM (http://forum.koohii.com)
+-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html)
+--- Forum: Learning resources (http://forum.koohii.com/forum-9.html)
+--- Thread: Rikaichan: RevTK Community Edition (/thread-5351.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35


RE: Rikaichan: RevTK Community Edition - rainmaninjapan - 2016-05-20

I have a small bug. My bracket/slash keys work (the keys that change dictionary entries when there are multiple choices), but sometimes they don't work at all when I try to switch between an epwing dictionary's multiple definitions. Of course I can work around this by setting "show all definitions at once", but then if I have example sentences turned on it gets too long even for things with just 2 definitions.

edit: Here's some example words: 帯びる、上級者

In these examples it only applies to the 大辞林. It seems that since that dictionary sometimes has Japanese to English, it lists that as a separate definition and on the topright of the box it will be displayed as "1/2", but you can't switch to the second one.

But 行人 has an English definition as well and it can be switched to just fine...

So I guess the problem was illusory, I wasn't missing out an additional definitions (but I thought I was, thus causing me to switch to "display all" when it actually did not help).


RE: Rikaichan: RevTK Community Edition - rich_f - 2016-05-24

I'm having a problem with the current versions of Rikaisama and Pale moon. The older version I was using (20.9) was working just fine with the older version of Pale Moon, but when both updated, I couldn't get Rikaisama to start up at all. It doesn't disable the plugin, it just won't start.

Also, a feature request: is there a way to merge/add a reading field in brackets next to the vocab word field? Like 車[くるま] for using furigana in cards?

That way, I could have vocab, vocab-furigana, audio, example sentence, meaning, etc.


RE: Rikaichan: RevTK Community Edition - Tamba - 2016-05-24

(2016-05-24, 12:32 pm)rich_f Wrote: I'm having a problem with the current versions of Rikaisama and Pale moon. The older version I was using (20.9) was working just fine with the older version of Pale Moon, but when both updated, I couldn't get Rikaisama to start up at all. It doesn't disable the plugin, it just won't start.

Also, a feature request: is there a way to merge/add a reading field in brackets next to the vocab word field? Like 車[くるま] for using furigana in cards?

That way, I could have vocab, vocab-furigana, audio, example sentence, meaning, etc.

But you can already do that?

Just use $d[$r] in your format string


RE: Rikaichan: RevTK Community Edition - rich_f - 2016-05-24

D'oh! Thanks. Wasn't using the programming side of my brain. -_-

As for the Pale Moon thing, it still doesn't work. I solved that by installing Firefox, but if CB wants to keep it compatible with Pale Moon, too, it doesn't seem to work.

EDIT: And thanks to that, I was also able to create the [sound:] tag in Anki as well as importing the free pronunciation file. Very handy! (Just remember to save the sound files to your Media folder in Anki.)


RE: Rikaichan: RevTK Community Edition - tomas_xc - 2016-05-26

Hello, guys.

I recently found out about the Rikaisama Firefox extension and I think it's fantastic. Thanks cb4960 for this useful extension!

I think some features would be very useful to me (and maybe to others too). The main one would be the first item in the wishlist at http://rikaisama.sourceforge.net/wishlist.html.
1. Ability to choose which entry to save instead of always picking the first entry.

So I decided to contribute to the community and created a Rikaisama fork on github where I can develop new features useful to me. Some of these features maybe will be useful just to me, but other ones surely will be useful to others, so maybe cb4960 can reintegrate these on the original Rikaisama code base.

The repository is located at https://github.com/txgio/orikaisama

The first feature I developed is the ability to choose which entry to save. You can download the alpha release .xpi at:
https://github.com/txgio/orikaisama/releases/tag/orikaisama-rikaisama-0.1.0-alpha.1
I need to test it more thoroughly, but if you want to help on the testing, the .xpi is not signed yet so you may need to disable extension signature checking (about:config > xpinstall.signatures.required to false)

It works by showing an arrow next to the current entry, which is the entry on which the save, play audio, copy to clipboard and anki import operations will be done.
[Image: orikaisama.png]
You can move the arrow one entry up or down using the same Epwing next/previous entry shorcuts (by default [ and ]).

The branch with this new feature is the rikaichan-entry-chooser.

I hope it can be useful to someone.

Another feature I plan to work on is the development of a version 2 EDICT Japanese-English dictionary extension, which is more complete than the current version 1 available at http://www.polarcloud.com/.


Audio on hover not working - abigcat - 2016-05-29

The audio on hover is not working. Tested using Firefox on Windows and Ubuntu.


RE: Rikaichan: RevTK Community Edition - truog91 - 2016-06-04

i trying to save words from web to my text but i got some problems
[Image: Screen_Shot_2016_06_05_at_13_01_27.jpg]
in red box, i want it appear on my text but i don't know what is it name!
[Image: Screen_Shot_2016_06_05_at_13_05_38.png]

[Image: Screen_Shot_2016_06_05_at_13_06_12.png]
how to resolve that? someone help me please


RE: Rikaichan: RevTK Community Edition - wareya - 2016-06-13

In EPWING mode, can there be a way to quit processing an entry after a line matching a regex has matched?

Kenkyusha has a lot of "related term" text that heavily bloats the entry, and you can filter out almost all of it with a regex that excludes lines that don't start with [A-Za-z0-9=⇒〔~【] (probably missing some characters that should be allowed), but some related term definitions start with numbers because they're pushed onto a second line.

Here's an example of what it looks like with the "exclude examples etc" regex from an old changelog: http://i.imgur.com/GpLscA8.png

I want to exclude everything past the line starting with "6 〔" by cutting off the entry at the first line that looks like a related term.


RE: Rikaichan: RevTK Community Edition - Garfield - 2016-06-16

Hi,

I have a feature request / suggestion. I find it really tiring after a while to always point the cursor exactly at the start of the next word. I think it'd be really useful if one could navigate the text in a vi-like manner instead, that lets one navigate the cursor with keyboard shortcuts, skipping one word at a time, etc.

There's already a feature called 'caret browsing' built into the browser (press F7), maybe it could be built on top of that.

What do you think?


RE: Rikaichan: RevTK Community Edition - Roketzu - 2016-06-16

Does anyone know if everything is OK with cb? He hasn't logged on in a long time and none of his projects have been updated since around the same time he last logged in.