QGIS Python Plugins Repository
QGISpell
Creates context menu spell checking for attribute data based on ENCHANT libraries
This is a proof of concept plugin for Spell Checking your attribute data - it builds a custom attribute form in a Dock window. It is necessarily clunky because QGIS does not currently expose the python bindings to allow the native attribute forms to use this functionality. It uses a custom identify tool to view each feature's attributes and borrows basic functions from gotonextfeature3 plugin for navigating through features: it's possible to loop through each feature of a selected layer - the canvas will Pan or Zoom to each feature. REQUIRES: Enchant libraries - can be loaded using pyEnchant or libenchant2 in your python installation. Currently NOT working fully in Windows due to the python interpreter not loading libraries correctly (see reported QGIS issues). TRY: if you can install Ubuntu on WSL this will work on a Windows PC
- Author
- Chris York (Walking-the-Talk)
- Maintainer
- seewhy
- Tags
- attributes , spelling
- Plugin home page
- https://github.com/walking-the-talk/qgispell
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/walking-the-talk/qgispell
- Latest experimental version:
- 0.2
- Plugin ID
-
3431