goldendict-ng/website/docs/index.md
shenleban tongying 587f48c6b3
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Waiting to run
update docs
2024-10-23 22:49:11 +00:00

34 lines
1.1 KiB
Markdown

GoldenDict-ng is an advanced dictionary lookup program.
## Features
* Supports many dictionary formats, such as MDX, DSL, StarDict, Zim...
* Presents lookup results of multiple dictionaries in the same page
* Supports special types of "dictionaries", such as external program, website, audio files...
* Lots of auxiliary features
* Popup window
* Full text search
* Anki integration
* Transliteration for some languages
* Word stemming and spelling correction via Hunspell's morphology analysis
* Unicode case, diacritics, punctuation and whitespace folding (e.g. typing 'Grussen' would yield 'grüßen' in German dictionaries).
* ...
## Screenshots
On Windows 11 with default theme:
![Windows Theme](img/windows_white.webp){ width="450" }
On macOS with **dark reader mode** and native system dark theme
![macOS](img/mac_black.webp){ width="450" }
On Linux with custom Qt color theme
![Linux Custom Theme](img/linux_genshin.webp){ width="450" }
## Project history
This project is forked from the original GoldenDict which was developed at <http://goldendict.org/>
The `-ng` in name means "next generation".