```
Epistularum's Tidy MDX Collection
Version 1.0
_________________________
I have compiled every single source I could find and then checked one by one
every single dictionary to rename, improve and classify them following these
principles:
1. Discard low quality dictionaries that are beyond repair.
2. Keep only the single best copy of any dict.
3. Ability to search by reading and writing.
(support added when not present)
4. Minimal modifications to the css of each dictionary for a coherent look.
(original css file provided as well for archival purposes)
5. Rename the dictionary title and files in a standardize way that reflects
the content.
(template: (Publisher) Dictionary_Name [Edition])
6. Group dictionaries in categories within a directory tree that makes sense
according to their content.
7. Add a dictionary icon when missing.
8. Non-monolingual dictionaries are provided as-is without much quality control.
Sources:
- Freemdict forum: forum.freemdict.com
- Freemdict's archive: downloads.freemdict.com
- PDAWIKI: pdawiki.com
- Personal conversions
Goldendict tips:
- Enable yomichan-like de-inflection and popup:
github.com/epistularum/hunspell-ja-deinflection
- Remove duplicate display of EPWing headwords and make things a bit more readable:
1. paste the code below in a file named "article-style.css" in a folder
with a name your chosing in the styles folder of goldendict.
(linux styles folder location: "~/.goldendict/styles/", windows styles
folder location: c:\Users\<user>\AppData\Roaming\GoldenDict\styles\)
2. restart goldendict and enable the style in Edit>Preferences>Add-on style
/*Add padding and an horizontal bar betweem each entry for the sake
of readability*/
.mdict {
border-top: 0.15em solid #c4c4c4;
margin-bottom: 0.5em;
padding-top: 0.5em;
}
.gddictname {
position: relative;
z-index: 9;
margin-bottom: -0.16em;
}
/*Remove duplicate headers in EPWing dictionaries.*/
.epwing_article h3 {
display: none;
}
.epwing_text:first-line {
text-indent: -1em;
}
.epwing_text {
padding-top: 0.5em;
padding-left: 1em;
border-top: 0.15em solid #c4c4c4;
margin-bottom: 0.5em;
}
Changelog:
- Version 1.0
public release
My other works:
- Epistularum's Tidy EPWing Collection [Version 1.0]
nyaa.iss.one/view/1577255
- Epistularum's Converted Dictionary Collection [Version 2.0]
mega.nz/folder/rIIHhAxb#d6GV9ZNTj9gUEaQtfGluqg
_________________________
You have new content? Found an error?
Either email me or post a comment.
epistularum[at]airmail.cc
_________________________
_____________
___
```
Comments - 0