Hello everyone,
Today I present my first extension called β Spell Check β extension
As clearly stated in the name, this extension includes some useful blocks that can correct any spelling error in a sentence
Blocks
In this block the user needs too add the word or sentence that needs to be checked/corrected
This event is raised after the extension gets the corrected text
this extension is built using my self made api , I know there are api's that can check spelling but most of the API are paid , In my api you can get unlimited requests for free
Price : $0 | Free for all
Download link
SpellCheck (2).aix (7.6 KB)
Built on Niotron IDE
https://ide.niotron.com/
Results of the Extension
thanks to @xoma and @Akshat_Rana for helping me in solving a small bug
Cheers
Yash Sehgal
27 Likes
thanks @UnknownBeast and thanks for suggesting me railway app for deploying my api
2 Likes
Anu10
(Anu)
August 16, 2021, 5:11pm
#4
Amazing Extension @Yashsehgal022
Congralutions for your first extension development
2 Likes
dora_paz
(Dora)
August 16, 2021, 5:12pm
#6
I found a spelling mistake - setence instead of sentence
4 Likes
thanks @dora_paz for reporting will fix it in a minute and update the aix
4 Likes
Great Work!
Can I ask you what are the supported languages?
Thank you
2 Likes
till now English , but will add more languages soon
5 Likes
asimjib93
(Asim Jib)
August 16, 2021, 5:59pm
#10
@Yashsehgal022 were checking on us if we could find the Spelling Mistakes actually!
4 Likes
Taifun
August 16, 2021, 7:11pm
#11
you also might want to follow the naming conventions and provide another fixβ¦
thank youβ¦
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first lβ¦
Taifun
2 Likes
Ya sure taifun I will correct that also and update the aix asap
Akshat_Rana
(Akshat Developer)
August 17, 2021, 3:31am
#13
Great start @Yashsehgal022 havenβt thought of this type of extension will be existing
1 Like
@Taifun the extension has been updated , and thanks for the useful guide
and thanks for adding my extension on Extensions Directory
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first lβ¦
Wow this is really great! Thanks very much for this effort, very useful
1 Like