Lusty Lion of the Land of the Crimson Fawn lustlion
  • Fedi: @lustlion@succubi.services

  • Joined on 2022-03-05
lustlion pushed to master at lustlion/abgg 2022-07-19 20:12:14 +09:00
lustlion created branch master in lustlion/abgg 2022-07-19 20:12:14 +09:00
lustlion created repository lustlion/abgg 2022-07-19 20:11:33 +09:00
lustlion pushed to master at heonian.org/heonian-resources 2022-06-25 04:00:57 +09:00
4804ab203e added definition for for some words, also added new words based on lol lore
lustlion pushed to master at heonian.org/heonian-resources 2022-06-19 14:38:03 +09:00
08c759451d addemoved all words from the plaintext to json
lustlion pushed to master at heonian.org/heonian-resources 2022-06-18 17:48:45 +09:00
e4a8c0bd06 added new words, sorted json
lustlion commented on issue heonian.org/heonian-webdic#19 2022-06-12 16:52:21 +09:00
Ruby text not displaying proper romanization

related #10

lustlion commented on issue heonian.org/heonian-webdic#19 2022-06-12 16:51:40 +09:00
Ruby text not displaying proper romanization

While we are at it, we might as well turn the ruby into a way to distinguish syllables.

I propose syllables are joined together, such as:

like:

lustlion opened issue heonian.org/heonian-webdic#28 2022-06-12 15:36:02 +09:00
link sharing doesn't work
lustlion opened issue heonian.org/heonian-webdic#27 2022-06-12 07:49:29 +09:00
Autogenerate pronunciation.
lustlion commented on issue heonian.org/heonian-webdic#19 2022-06-12 06:02:30 +09:00
Ruby text not displaying proper romanization

maybe have the two first symbols share ruby (????) and have it be zen instead?

lustlion commented on issue heonian.org/heonian-webdic#26 2022-06-12 06:01:27 +09:00
Strict random search method

i think its better if we code the two behaviours separatedly and searching randomly just uses them both rather than making it only a random search thing?

lustlion opened issue heonian.org/heonian-webdic#26 2022-06-12 05:56:42 +09:00
Strict random search method
lustlion commented on issue heonian.org/heonian-webdic#17 2022-06-12 05:51:48 +09:00
Add better search methods.
  • "large" shows words which translation is "large", but not words in which definitions include the word large, for example?

maybe even synonyms too

lustlion commented on issue heonian.org/heonian-webdic#17 2022-06-12 05:51:26 +09:00
Add better search methods.
  • "large" shows words which translation is "large", but not words in which definitions include the word large, for example?
lustlion commented on issue heonian.org/heonian-webdic#22 2022-06-11 16:51:25 +09:00
Make random word use the dictionary instead of auxiliar array.

Please use these

function randint(bound) {
    return Math.floor(Math.random() * bound);
}

function randitem(array) {
    return array[randint(array.length)];
}
lustlion commented on issue heonian.org/heonian-webdic#23 2022-06-11 16:40:34 +09:00
When searching for a term, include after all the dictionary matches all the examples that contain the term.

regarding #17, add a search method for

show:definitions, which only shows the definitions.

show:examples, which only shows the examples.

lustlion opened issue heonian.org/heonian-webdic#23 2022-06-11 16:38:12 +09:00
When searching for a term, include after all the dictionary matches all the examples that contain the term.
lustlion opened issue heonian.org/heonian-webdic#21 2022-06-11 14:43:32 +09:00
When using search methods, accomodate search text.
lustlion closed issue heonian.org/heonian-webdic#18 2022-06-11 14:29:46 +09:00
"Resources" button does not work