-
Fedi: @lustlion@succubi.services
- Joined on
2022-03-05
Block a user
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:
link sharing doesn't work
Autogenerate pronunciation.
Ruby text not displaying proper romanization
maybe have the two first symbols share ruby (????) and have it be zen instead?
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?
Strict random search method
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
Add better search methods.
- "large" shows words which translation is "large", but not words in which definitions include the word large, for example?
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)];
}
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.
When searching for a term, include after all the dictionary matches all the examples that contain the term.
When using search methods, accomodate search text.
"Resources" button does not work