This plugin is a MDict dictionary searcher for Flow Launcher. It can help you search entries in MDict dictionaries.
- Fuzzy search entries in MDict dictionaries
- Dictionary file light / dark theme support
- Spell check support
-
Plugin Store (Recommended)
- Search
MDictin Flow Launcher Plugin Store and install
- Search
-
Manually Release
- Downlaod zip file from Release
- Unzip the release zip file
- Place the released contents in your
%appdata%/FlowLauncher/Pluginsfolder and restart Flow Launcher
-
Manually Build
- Clone the repository
- Run
build.ps1orbuild.shto publish the plugin inoutputfolder - Unzip the release zip file
- Place the released contents in your
%appdata%/FlowLauncher/Pluginsfolder and restart Flow Launcher
The default action keyword is md, you can change it in the Flow Launcher.
Firstly, open the plugin settings in Flow Launcher.
By clicking the Select button in the settings, you can add MDict dictionary file.
Select the mdx file you want to use, for example, C:\MDict\mydict.mdx.
Add css files for light and dark theme support.
Generally, MDict does not support multiple Css files, so the Css files for other themes should be edited by yourself.
Copy the content of the original Css file like C:\MDict\css\mydict.css and modify it to fit your needs.
If you would like to create a dark theme Css file, you can copy the original Css file and modify it to create a new Css file like C:\MDict\css\mydict_dark.css.
In plugin setting panel, these css files should use the relative path to the folder of the dictionary file.
For example, if your dictionary file is C:\MDict\mydict.mdx and the css files are C:\MDict\css\mydict.css and C:\MDict\css\mydict_dark.css,
and then you should set the light css to css\mydict.css and dark css to css\mydict_dark.css in the settings.
Type the action keyword md followed by a space and then the word you want to search in the MDict dictionary.
The plugin will use fuzzy search to find the entries in the dictionary.
If you are enjoying this plugin, then please support my work and enthusiasm by buying me a coffee on https://ko-fi/jackye.
