python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to convert .txt files to BDIC format?
I was recently looking for a spell checker add-on for Anki and I found this add-on named (Legacy) Spelling Police™ and here it's GitHub page but the problem is that it needs to feed with user's own di...
Aman
Votes: 0
Answers: 0
remove spell check on input WITH JAVASCRIPT
i have a JavaScript program that make input and a want to remove spell check.
let inp = document.createElement('input');
inp.placeholder = "enter line of code";
inp.autocomplete = "off&...
myrccar
Votes: 0
Answers: 2
Sublime Text - spell check does not work for .txt files (while working for other files)
Sublime Text - spell check does not work for .txt files (while working for other files).
Why? How to fix? Any ideas?
Also: in a new file (not yet saved) the spell check works. However, after the file ...
pmor
Votes: 0
Answers: 1
can't set vim spellfile relative to HOME on mac
I have installed vim on mac using homebrew and as I'm trying to configure spellchecking I'm facing an issue.
When I set try to set the spellfile (either within my vimrc or using vim :set commands I g...
alxgomz
Votes: 0
Answers: 0