Typora now works under macOS Big Sur on arm-based M1 MacBooks natively.
Add following syntax highlight support:
Add Arabic language interface by ahmedelq.
(Windows / Linux) For some languages, em dashes (—) are widely used, so we add options to use —
to insert an em dash directly instead of a shorter en dash.
Typora now allow users to change theme from preferences panel. Also, users are able to set separate themes for light mode and dark mode as well.
CSS media query for prefers color scheme is also supported in theme files.
Also, there are many new themes since last update, including dark theme for built-in themes Gothic and Whitey.
Updated mermaid to version v8.8.3, with many bug fixes.
Added --mermaid-theme
css variable to quickly define a mermaid theme that fits your theme, the value can be base
, default
, dark
, forest
, neutral
, or import CSS from /night/mermaid.dark.css
to use the old theme for mermaid in dark mode, for example:
CSS | Mermaid Demo |
---|---|
:root {--mermaid-theme:dark;} |
|
:root {--mermaid-theme:forest;} |
|
:root {--mermaid-theme:neutral;} |
You can use in your custom theme, or following Add Custom CSS.
Also, please note that due to newer versions mermaid use javascript config variables for styling, the old new to stylize mermaid in CSS file may not work, and there may be style differences from previous versions.
Support copy image content in editor.
Improve compatibility with IMEs.
Add “Get Info” on macOS (or “Properties” on Windows) in main menu and context menu for file.
Fix XSS security issue on macOS.