跳轉到

Typora

This is a proprietary software. Use it at your own risk.

Installation

Old beta releases, like 0.11.18, is still on the official website.

Windows x64 Windows x86 Linux x64

For Arch Linux

There is a AUR package history available, based on the .deb pack.

Download the archive, extract it and simply makepkg -si.

I also made some archive on Gitlab.

Then ignore upgrades.

Edit /etc/pacman.conf and add typora to IgnorePkg. Like

IgnorePkg   = typora

Custom Theme

Based on "GitHub"(github.css)

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
+   font-family: "JetBrains Mono NL", Ubuntu;
}

body {
+   font-family: "JetBrains Mono NL", Ubuntu,"Clear Sans", "Helvetica Neue", Helvetica, Arial, 'Segoe UI Emoji', sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.6;
+   --monospace: JetBrains Mono NL;
}

header, .context-menu, .megamenu-content, footer{
-   font-family: "Segoe UI", "Arial", sans-serif; 
}