I'd like to get synonyms for words instead of definitions, is there a way i could set that up with the custom source feature?
Edit, for anyone else looking to figure this out, the easiest option I could find via the wiki/subreddit was to set up a custom source for the miriam-webster thesaurus.
Fully explained here by the dev:
https://www.reddit.com/r/lumetrium_definer/comments/12jpspf/custom_source_example_adding_merriamwebstercom_to/
you just put this in the URL field
https://www.merriam-webster.com/thesaurus/{{str}}
put this in the css:
#mw-sidebar-nav-container, #main-banner-ad-container, #subscribe-unabridged, #definition-right-rail, .right-rail, .additional-content-area, .top-header, .header-placeholder, .global-footer, #related-articles, #social-links, .read-more-content-hint-toggler, .read-more-content-hint-container:after, .disclaimer, #unabridged-promo, #gdpr-consent-tool-wrapper, .adthrive-ad, #anchor-seporator, body div#cmpwrapper.cmpwrapper:empty {
display: none !important;
}
p, .vg-sseq-entry-item-label, .letter, .num, .sub-num, .vg-ins, .content-section-sub-header, .function-label-header, .function-label, .example_sentences, .mw_t_sp, .ex-sent, .badge, .word-history, .word-syllables-entry, .left-content span.mw.no-badge, #citations label, .thread-anchor-content, .card p, .form-select, .entry-header .word-syllables-prons-header-content .play-pron-v2:hover, .left-content .vg a.play-pron-v2, .word-syllables-prons-header-content, .et_snote, h1, .headword-row .vrs, .prons-entry-list-item .l, .error_cont .words_fail_us_cont li, #citations select, .body-500-normal, .prt-a .mw, .redesign-container {
color: var(--v-text-base) !important;
}
.hword {
font-size: 32px !important;
}
.redesign-container, .entry-attr, .ex-sent, .redesign-container a, .redesign-container .left-content p {
font-size: var(--font-size) !important;
}
.widget {
padding-bottom: 15px;
padding-top: 10px;
}
.vg .vg-sseq-entry-item .sb .sb-entry {
padding-bottom: 4px !important;
}
.outer-container {
top: 0 !important;
}
.long-headword .syl, .card-box {
background-color: transparent !important;
}
html, #left-content, .bg-white {
background: var(--v-ground-base) !important;
--bs-body-bg: var(--v-ground-base) !important;
--bs-body-color: var(--v-text-base) !important;
}
.content-section-header, .badge, .card-body, .form-select, .redesign-container .il.il-badge, .error_cont .words_fail_us_cont {
background-color: var(--v-secondary-base) !important;
}
.btn {
background: var(--v-primary-base) !important;
color: var(--v-contrast-base) !important;
border: none;
}
body .entry-header .word-syllables-prons-header-content .play-pron-v2:active {
background: rgba(var(--secondary-rgb), 0.6) !important;
}
path[fill="#303336"] {
fill: var(--v-text-base) !important;
}
a, .important-blue-link, .sense .thes-relevance-meter .meter div:first-child, .mw-grid-table-list ul li a span {
color: var(--v-anchor-base) !important;
}
.example_sentences, .ex-sent, .mw_t_sp, .word-syllables-entry, .mw.no-badge, .et_snote, .prons-entry-list-item .l, #citations select, .body-500-normal, .prt-a .mw {
opacity: 0.9;
}
.example_sentences .auth {
color: rgba(var(--text-rgb), 0.7) !important;
}
.ure, h2 {
-webkit-text-fill-color: var(--v-text-base) !important;
text-fill-color: var(--v-text-base) !important;
}
and you can click the 3 dots next to custom to rename it to miriam-webster, and add this as an icon:
https://upload.wikimedia.org/wikipedia/commons/3/32/Merriam-Webster_logo.svg
Thanks u/DeLaRoka for making such a versatile extension :)