![]() |
LDdictionary not working - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4) +--- Thread: LDdictionary not working (/showthread.php?tid=238) |
LDdictionary not working - jrmrhrb00 - 02-10-2025 LitDev, Did you know that the LDDictionary function isn't working? I found that the regular one in small basic doesn't work any longer and then I tried yours and it doesn't work either. JR RE: LDdictionary not working - litdev - 02-11-2025 Yeah, Unfortunately these kind of external APIs start free, then aren't or disappear or the API changes. Same for translation, Flickr and others... I will have a look sometime over next few days if there is now another alternative for this. Thank you for reporting. RE: LDdictionary not working - litdev - 02-11-2025 Interestingly in 2021 this post (https://answers.microsoft.com/en-us/msoffice/forum/all/dictionary-is-missing-from-microsoft-word/1eabfb7d-d085-4b89-9d01-c528e9b5e756) highlights the change I made to update LDDictionary from Dictionary, now using https://rr.office.microsoft.com/Research/query.asmxbut this doesn't seem to exist/work now - I guess MS changed or deleted it as a viable service - not sure there is much I can do. Trying to use the Office Research feature in Word (where this comes from I think), I see: "Important: Researcher will be retired starting on January 1, 2025." ![]() RE: LDdictionary not working - jrmrhrb00 - 02-11-2025 LitDev, Looks like they took it off word too according to this post: https://answers.microsoft.com/en-us/msoffice/forum/all/why-is-dictionary-function-in-word-suddenly-not/7a9c8392-1b4b-493c-be4a-dc9fab59ec85 Maybe the function could be changed to one of the online dictionaries in the LitDev extension. I hate to see this happen because I know that you try so hard to keep all functions working in regular "Small Basic". JR RE: LDdictionary not working - litdev - 02-11-2025 "Maybe the function could be changed to one of the online dictionaries in the LitDev extension." What are you thinking here, I don't know of any other online dictionaries. RE: LDdictionary not working - jrmrhrb00 - 02-11-2025 LitDev, Maybe like the following: https://dictionary.cambridge.org/dictionary/english This link also has dictionaries that go from one language to another. I'm sure there is a lot more that can be found. I also know that the only way to get this working again would be through your extension. Maybe not the exact same, but something along the original design. I wouldn't expect any help from Microsoft. JR RE: LDdictionary not working - litdev - 02-11-2025 Wants to be a free API, I will have a look at this one: https://dictionaryapi.dev/ It is the only one I could find and seems to be just an individual privately hosting it (AWS) at their own expense! https://github.com/meetDeveloper/freeDictionaryAPI Blaa to MS, Google, Meta, Alphabet and the rest - shame on you. For translation there is LDTranslate which uses another web API that may not last forever. RE: LDdictionary not working - jrmrhrb00 - 02-11-2025 LitDev, Here is what copilot came up with. where can i find a free dictionary api There are several free dictionary APIs you can use! Here are a few options:
LitDev, I thought I would try the same thing through deepseek.com. where can i find a free dictiona where can i find a free dictionary api There are several free dictionary APIs available that you can use to look up word definitions, synonyms, antonyms, and more. Here are a few options:
RE: LDdictionary not working - litdev - 02-11-2025 Nice job, I will have alook at these and come up with something similar to Dictionary/LDDistionary RE: LDdictionary not working - jrmrhrb00 - 02-11-2025 LitDev,
[*]Free Dictionary API
[*] Looks like a good one. No API key and it's free! JR |