Find synonyms and more using the Datamuse API. This is an Obsidian plugin.
Select a word, run the Wordy: Synonyms
command, find a replacement. Current commands are
Wordy: Synonyms
— Find words that have a similiar meaningWordy: Rhymes
— Find rhymes for a highlighted wordWordy: Alliterative Synonyms
— Find alliterative synonyms. Run onfood
and transformGood food
toGood grub
Wordy: Antonyms
— Find words that mean the opposite of the highlighted word
Tip: Set a hotkey for this command.
- Adds new MVP Wordy panel for searching synonyms
- Locks versions for better remote/local error parity
- Adds
ml
to find more synonyms
- Adds
Wordy: Alliterative Synonyms
command.good food
togood grub
- Adds
Wordy: Rhymes
command.
- Adds
Wordy: Antonyms
command. - Code refactoring and strict typescript enabled.
- Adds
Wordy: Synonyms
command to the palette. Select a word and run the command to pull up synonyms. This list includes hypernyms, hyponyms, holonyms and meronyms.
Open a Feature Request and I'll put it on the roadmap :)
I like to write poetry. One day composing a text message poem I asked myself "What word starts with 'P' and is a synonym for 'Beauitful'?" Our goal is to map the Datamuse API in an aggregate way. For example, when searching for synonyms — hypernyms and homonyms are also included.
- Write e2e tests
- Means like
- Sounds like
- Spelled like
- jja Popular nouns modified by the given adjective, per Google Books Ngrams gradual → increase
- jjb Popular adjectives used to modify the given noun, per Google Books Ngrams beach → sandy
- syn Synonyms (words contained within the same WordNet synset) ocean → sea
- trg "Triggers" (words that are statistically associated with the query word in the same piece of text.) cow → milking
- ant Antonyms (per WordNet) late → early
- spc "Kind of" (direct hypernyms, per WordNet) gondola → boat
- gen "More general than" (direct hyponyms, per WordNet) boat → gondola
- com "Comprises" (direct holonyms, per WordNet) car → accelerator
- par "Part of" (direct meronyms, per WordNet) trunk → tree
- bga Frequent followers (w′ such that P(w′|w) ≥ 0.001, per Google Books Ngrams) wreak → havoc
- bgb Frequent predecessors (w′ such that P(w|w′) ≥ 0.001, per Google Books Ngrams) havoc → wreak
- rhy Rhymes ("perfect" rhymes, per RhymeZone) spade → aid
- nry Approximate rhymes (per RhymeZone) forest → chorus
- hom Homophones (sound-alike words) course → coarse
- cns Consonant match sample → simple
- topics Topic words: An optional hint to the system about the theme of the document being written
- md Metadata flags to determine additional lexigraphical data
- Definitions
- Parts of speech
- Syllable count
- Pronunciation
- Word frequency