Typora 1.10

by typora.io

Improvements

Better PDF Export

Now the Windows / Linux version can export PDF with dark theme and will paint page background by default. This behavior is now same with the macOS version.

Screenshot 2025-01-05 at 13.41.35

Screenshot 2025-01-05 at 13.41.48

Mermaid Upgrade

Mermaid is now upgrade to 11.4, with new diagrams including:

Packet Diagram

---
title: "TCP Packet"
---
packet-beta
0-15: "Source Port"
16-31: "Destination Port"
32-63: "Sequence Number"
64-95: "Acknowledgment Number"
96-99: "Data Offset"
100-105: "Reserved"
106: "URG"
107: "ACK"
108: "PSH"
109: "RST"
110: "SYN"
111: "FIN"
112-127: "Window"
128-143: "Checksum"
144-159: "Urgent Pointer"
160-191: "(Options and Padding)"
192-255: "Data (variable length)"

Screenshot 2024-12-13 at 21.57.18

Kanban Diagram

---
config:
  kanban:
    ticketBaseUrl: 'https://mermaidchart.atlassian.net/browse/#TICKET#'
---
kanban
  Todo
    [Create Documentation]
    docs[Create Blog about the new diagram]
  [In progress]
    id6[Create renderer so that it works in all cases. We also add som extra text here for testing purposes. And some more just for the extra flare.]
  id9[Ready for deploy]
    id8[Design grammar]@{ assigned: 'knsv' }
  id10[Ready for test]
    id4[Create parsing tests]@{ ticket: MC-2038, assigned: 'K.Sveidqvist', priority: 'High' }
    id66[last item]@{ priority: 'Very Low', assigned: 'knsv' }
  id11[Done]
    id5[define getData]
    id2[Title of diagram is more than 100 chars when user duplicates diagram with 100 char]@{ ticket: MC-2036, priority: 'Very High'}
    id3[Update DB function]@{ ticket: MC-2037, assigned: knsv, priority: 'High' }

  id12[Can't reproduce]
    id3[Weird flickering in Firefox]

Screenshot 2024-12-13 at 21.58.04

Architecture Diagrams

architecture-beta
    group api(cloud)[API]

    service db(database)[Database] in api
    service disk1(disk)[Storage] in api
    service disk2(disk)[Storage] in api
    service server(server)[Server] in api

    db:L -- R:server
    disk1:T -- B:server
    disk2:T -- B:db

Screenshot 2024-12-13 at 21.58.38

Alert

Toggle alert from View menu now follows the same logic as blockquote, which means you can select a range of paragraph and changes them into Github Alert from Paragraph → Alert from menubar.

Code Block

Image

I18N

Update translations for

Fix

One More Thing

Now the dev version of Typora supports TextBundle format on Both macOS and Windows operating system.

Screenshot 2024-12-14 at 22.27.53

Screenshot 2024-12-14 at 22.03.35

Please note that this feature is still in beta and only available on dev versions of Typora .