goldendict-ng/website/docs/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
1.1 KiB
Markdown
Raw Normal View History

2024-10-23 22:49:11 +00:00
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).
* ...
2023-04-16 00:53:40 +00:00
## 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
2024-10-23 22:49:11 +00:00
This project is forked from the original GoldenDict which was developed at <http://goldendict.org/>
The `-ng` in name means "next generation".