# Create MDict Dictionary ## Metadata **Status**:: #x **Zettel**:: #zettel/permanent **Created**:: [[2023-01-20]] **Topic**:: [[♯ Foreign Language Learning]] **Tags**:: #dictionary ## Synopsis Download MdXBuilder 3.0 from [eudict.net](https://www.eudic.net/v4/en/home/EudicBuilder) Alternative: [liuyug/mdict-utils: MDict pack/unpack/list/info tool (github.com)](https://github.com/liuyug/mdict-utils) ### Format The first line is the keyword. Separate words using a line `</>`. ``` word1 <link rel="stylesheet" type="text/css" href="styleName.css" /> <br>Article content goes here </> word2 <link rel="stylesheet" type="text/css" href="styleName.css" /> <br>Article content goes here </> ``` - Eudic only supports mdx file created by Mdx Builder 3.0 - Use Windows newlines since Builder 3.0 only recognizes that. - CSS: link the external css file in every keyword. ``` <link rel="stylesheet" type="text/css" href="styleName.css" /> ``` - Cross Reference: `<a href="entry://key#section">key</a>` - Image: `<img src="file://abc.gif">` or `<img src="/abc.gif">` - Add css files and images in a folder, and package the folder as mdd file in the builder.