mirror of
				https://github.com/AlexBocken/mykb.git
				synced 2025-11-04 00:40:56 +01:00 
			
		
		
		
	add spellcheck instructions to qutebrowser
This commit is contained in:
		@@ -20,6 +20,15 @@ qutebrowser --nowindow ':adblock-update;;later 10000 download-clear'
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
will update the adblock lists without starting a qutebrowser window.
 | 
					will update the adblock lists without starting a qutebrowser window.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Setting spellcheck languages
 | 
				
			||||||
 | 
					This is a bit more involved since it requires a script that can only be found in the source code of qutebrowser.
 | 
				
			||||||
 | 
					1. Download the qutebrowser source code: `git clone https://github.com/qutebrowser/qutebrowser`
 | 
				
			||||||
 | 
					2. `cd qutebrowser`
 | 
				
			||||||
 | 
					3. Install the wanted languages e.g. `python -m scripts.dictcli install en-GB`
 | 
				
			||||||
 | 
					4. set spellcheck to the wanted languages in qutebrowser.
 | 
				
			||||||
 | 
					   Qutebrowser can also use multiple languages by parsing a list:
 | 
				
			||||||
 | 
					   `:set spellcheck.languages '["en-GB", "de-DE"]'`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Greasemonkey scripts
 | 
					## Greasemonkey scripts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To add scripts such as 4chanX to qutebrowser add the Js file to `${XDG_DATA_HOME:-$HOME/.local/share}/qutebrowser/greasemonkey`.
 | 
					To add scripts such as 4chanX to qutebrowser add the Js file to `${XDG_DATA_HOME:-$HOME/.local/share}/qutebrowser/greasemonkey`.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user