Falkon: Difference between revisions
mNo edit summary |
m (Add screenshot) |
||
Line 2: | Line 2: | ||
Falkon is a cross-platform Qt web browser previously known as QupZilla. It uses QtWebEngine rendering engine. | Falkon is a cross-platform Qt web browser previously known as QupZilla. It uses QtWebEngine rendering engine. | ||
[[File:Falkon_mainscreen.png]] | |||
==Spell Check== | ==Spell Check== |
Revision as of 22:22, 30 September 2018
Introduction
Falkon is a cross-platform Qt web browser previously known as QupZilla. It uses QtWebEngine rendering engine.
Spell Check
Spell checking in Falkon currently supports only basic functionality and also needs a custom format of dictionaries. This is a limitation that comes from used web engine.
Dictionaries
Dictionaries needs to be in special format that uses Chromium, with suffix .bdic. QtWebEngine comes with utility to convert Hunspell dictionaries (.dic) to this format.
qwebengine_convert_dict /path/to/hunspell/dict.dic /output/path/to/created.bdic
Created bdic dictionaries then need to be moved to one of the directories shown in the Preferences.
Missing features
Currently, as of QtWebEngine 5.8, following useful features are missing:
- add words to custom dictionary
- change path from which dictionaries are loaded