Mdmdt is an abbreviation for Markdown Minimalism Document Theme, meaning: Markdown Minimalism Document Theme. Mdmdt is a deeply customized personalized Typora theme, aimed at creating a refreshing and minimalist document style. The Mdmdt theme has now been included in the official Typora theme library.
Compared to the default theme style, the following aspects have been mainly modified:
- A simple and comfortable color scheme style
- Add rounded corner style
- Title Style
- Table Style
- Reference box style
- Image Style
- Code Highlight Style
- File Tree Style
- Document list style: changed to card structure
- Outline style: Added a directory tree structure, making the directory hierarchy more concise and clear
- Automatically follow the bright/dark theme mode of the system (the bright/dark theme can be set separately)
Important
Attention: This theme has only been tested in Windows and MacOS environments, and has not been tested in Linux environments. Please be aware when using it!
Using custom themes is very simple, as follows:
- Open
Preferences
->Appearance
->Open Theme Folder
- Copy the downloaded
mdmdt.cs
file to the theme folder. - Exit Typora and reopen,In the
Menu Bar
->Themes
, Select Mdmdt theme and complete the theme switch.
Note
Note: The mdmdt.css file contains both bright and dark themes, which will automatically switch between bright and dark themes according to the system mode.
If you only want to use a separate bright or dark theme, the method is as follows:
- Open
Preferences
->Appearance
->Open Theme Folder
- Copy
mdmdt-light.css
ormdmdt-dark.css
to the theme folder. - Exit Typora and reopen,In the
Menu Bar
->Themes
, Select Mdmdt Light or Mdmdt Dark theme and complete the theme switch.
If you are not satisfied with the font, you can modify the corresponding font as follows:
-
Modify the font of the main text, find
body {font-family:"PingFang SC",..., !important;}
、body.os-windows {font-family: "Microsoft YaHei",..., !important;}
andtextarea {...}
, and add the font you want to use at the beginning offont-family:
, such asfont-family: "name of the font you want to use", "Microsoft YaHei", ..., !important;
-
Modify the font of the code, find
code, tt {...}
andpre {...}
, and addfont-family: "name of the font you want to use" !important;
Then modify.os-windows pre,.os-windows code {font-family: initial !important;}
, such asfont-family: "name of the font you want to use" !important;
Attention: The prerequisite for changing the font is that the corresponding font is installed on your computer, otherwise the modification is invalid.
To export an HTML file, you can directly select the current theme to export HTML If you want to export HTML files with customizable styles, you can use the Mdtht plugin:
Plugin homepage address: Mdtht-Github-address Mdtht-Gitee-address This plugin provides the following rich features:
- Follow the system to automatically switch between bright and dark color modes.
- Manually switch between light and dark color modes.
- Automatically generate table of contents numbers and body area title indexes.
- You can choose to convert the first title into an article title and center the title.
- Automatically correct the directory hierarchy based on the position of the titles in the main text.
- Show/hide directory index numbers.
- Switch between three types of directory button styles.
- Automatically track the current reading area location to the current directory and upper level directory.
- Expand the screwdriver directory with one click.
- One click expand and collapse the sidebar.
- Catalog search.
- Code highlighting.
- Text Shadow Mode.
Please refer to the plugin homepage for specific details of mdtht.js plugin.
Export mdtht.js as an HTML rendering (Light theme)
Export mdtht.js as an HTML rendering (Dark theme)
🐳 If you like the style of this document, please provide a star 😄, If there are any issues during use, please submit them in a timely manner and I will handle them as soon as I see them.