That's a good suggestion. Also CJK (Chinese, Japanese and Korean) fonts would take into consideration as well.
Stay tuned, v1.1.1 will be out soon.
Group Details
Private
English Corner
Are you learning English? Welcome to join us!
-
RE: Why Dictionariez does not recognize selected text in "reader" (focus) mode?
-
RE: PNL Reader: Simple, Elegant, and Transparent
v1.1.0 is out. Hopefully PNL Reader is full-fledged
- Introduced font type customization for enhanced readability.
- Added line spacing and line width adjustment options.
- Enabled justified text alignment for a cleaner look.
- Expanded theme library with additional handwriting and monospace styles.
- Implemented global settings configuration for streamlined customization.
- Enhanced mobile support for a better user experience.
-
RE: Why Dictionariez does not recognize selected text in "reader" (focus) mode?
Hi! Have you checked out the new v1.1.0 update? I’ve added all the options you requested, including the "Source Serif" font.
What's more, here’s the new features in v1.1.0:- Font customization for better readability.
- Adjustable line spacing and width.
- Justified text alignment for a cleaner look.
- More themes, including handwriting and monospace styles.
- Global settings for easier customization.
- Improved mobile support for a smoother experience.
-
RE: the addition of a dutch dictionary
@HvK_nl
Hi, thank you for the feedback. I added a few Dutch dictionaries here: https://pnlpal.dev/tags/dutch
Check them out. -
Glosbe Dutch-English
{ "dictName": "Glosbe Dutch-English", "windowUrl": "https://glosbe.com/nl/en/<word>", "css": ".font-medium.cursor-pointer{ font-size:19px; } #search-container { display:none; } " }
-
Linguee Dutch-English
{ "dictName": "Linguee Dutch-English", "windowUrl": "https://www.linguee.com/english-dutch/search?source=auto&query=<word>", "css": ".dictLink.featured { font-size: 18px;} #outer_div {min-width: 0 !important;} #mainlayout {padding-left: 0 !important; padding-right: 0 !important;} .lMainNavbar { display:none !important; }" }
-
Youglish for Dutch
{ "dictName": "Youglish for Dutch", "windowUrl": "https://youglish.com/pronounce/<word>/dutch", "css": "header,#miniheader {display: none !important;} body {margin-top: 50px !important;}" }
-
RE: Synonym is needed!
The Swedish synonymer dict: https://pnlpal.dev/topic/953/synonymer
-
Synonymer
{ "dictName": "Synonymer", "windowUrl": "https://www.synonymer.se/sv-syn/<word>" }
-
RE: Change prompt in AI (chatgpt), and import other AI models (like gemini, deepseek,...) into extension as a dictionary
Forgot to mention that you can customize the prompt by using the addDict function in the options page console. For example:
addDict({ "dictName": "chatgpt definition", "chatgptPrompt": "Please define the word: <word>" })
As always, you can share your dict here at Dictionariez Trove. Or you can ask for help.