Skip to content

Commit d0e232b

Browse files
committed
init 1.13
1 parent 111265e commit d0e232b

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"files.exclude": {
3+
"**/_plugins": true,
4+
"**/_site": true,
35
"**/.jekyll-cache": true
46
}
57
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
layout: post
3+
title: Typora 1.13
4+
author: typora.io
5+
category: new-draft
6+
tags: [change log, news]
7+
typora-root-url: ../../
8+
typora-copy-images-to: ../../media/new-1.13
9+
---
10+
11+
## New / Improvements
12+
13+
### Upgrade to MathJax v4
14+
15+
- Line breaks are now supported by default — use `\\` to insert a line break in math equations.
16+
- Added support for new TeX packages and commands, including:
17+
- `begingroup` package for localizing macro definitions.
18+
- `bboldx` package for blackboard bold fonts for Greek letters and digits.
19+
- More text-mode macros:
20+
- Accents: `\.`, `\'`, `\^`, `` \` ``, `\=`, `\~`, `\”`, `\u`, `\v`, `\H`, `\t`, `\c`, `\d`, `\b`.
21+
- Symbols: `\$`, `\%`, `\&`, `\#`, `\_`, `\{`, `\}`, `\ ` (backslash-space).
22+
- Special Characters: `\AA`, `\aa` (Ångström).
23+
24+
<img src="/media/new-1.13/mathjax-v4-samples.png" alt="MathJax v4 samples" style="zoom:50%;" />
25+
26+
### General Improvements
27+
28+
- Upgraded Mermaid to v11.12, fixed document link addresses and sub-element rendering in Mermaid diagrams.
29+
30+
- Changing Markdown settings no longer requires restarting Typora — a tooltip and button are now provided to reload the window and apply changes.
31+
32+
<img src="/media/new-1.13/reload-after-settings-change.png" alt="Reload prompt after changing settings" style="zoom:50%;" />
33+
34+
- Improved search performance.
35+
36+
- Improved UI, including the source code mode button on macOS 26.
37+
38+
- Improved PDF export logic — all PDF export features are now enabled on macOS 26.2.
39+
40+
- Improved sidebar resize behavior.
41+
42+
- Changed the “send anonymous info” setting from enabled by default to disabled by default for new installations.
43+
44+
## Bug Fixes
45+
46+
- Fixed inserting content via macOS Services not working when Typora has data in the clipboard.
47+
- Fixed a security issue.
48+
- Fixed UI freezing and menus disappearing when modifying the export list in some cases.
49+
- The `<track>` element inside `<video>` now respects relative path settings.
50+
- Fixed anchor positioning when clicking outline entries in the sidebar of exported HTML.
51+
- Fixed the editor window not scrolling in some cases when clicking an outline anchor.
52+
- Fixed an indentation rendering issue affecting lists and block quotes.
53+
- Fixed a deletion bug.
54+
- Fixed some HTML code not being preserved when printing to PDF.
172 KB
Loading
613 KB
Loading

0 commit comments

Comments
 (0)