Falkon: Difference between revisions

From KDE UserBase Wiki
(Add Falkon page)
 
m (Fix typos)
Line 4: Line 4:


==Spell Check==
==Spell Check==
Spell checking in Falkon currently supports only basic functionality and also needs custom format of dictionaries. This is a limitation that comes from used web engine.
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===
Line 13: Line 13:
</pre>
</pre>


Created bdic dictionaries then needs to be moved to one of the directories shown in the Preferences.   
Created bdic dictionaries then need to be moved to one of the directories shown in the Preferences.   


===Missing features===
===Missing features===

Revision as of 18:40, 16 February 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