Package Details: typora 1.9.3-1

Git Clone URL: https://aur.archlinux.org/typora.git (read-only, click to copy)
Package Base: typora
Description: A minimal markdown editor and reader.
Upstream URL: https://typora.io/
Keywords: markdown
Licenses: custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
Submitter: duckbrain
Maintainer: irgendwr
Last Packager: irgendwr
Votes: 135
Popularity: 0.44
First Submitted: 2016-09-28 06:28 (UTC)
Last Updated: 2024-08-28 01:55 (UTC)

Pinned Comments

irgendwr commented on 2023-01-24 18:49 (UTC) (edited on 2023-10-17 21:03 (UTC) by irgendwr)

Before flagging this package as "out-of-date", please read this:

First of all, I appreciate your help, but I'm already running a script that notifies me once a new version is available. Please wait 1-2 days before flagging, unless it is critical. Usually I manage to push updates on the same day as Typora releases them.

Also: The latest version on their website might not be the latest Linux repository version. E.g. because some updates do not have any changes related to Linux.

To check the latest Linux version, run the following command: curl -s https://www.typora.io/linux/Packages | grep Version | cut -f 2 -d ' ' | sort -V | cut -f 1 -d '-' | uniq

Please do not flag this package as "out-of-date" if the "new version" is not listed in the output of the aforementioned command.

irgendwr commented on 2021-11-26 12:36 (UTC) (edited on 2022-10-09 11:03 (UTC) by irgendwr)

Typora is no longer completely free since it's out of beta. It is possible to use Typora for free on Linux; Some restrictions may apply. See the official FAQ: "Can I use Typora for free?" for more details. Alternatively you can purchase a license.

Please report issues with Typora here: https://github.com/typora/typora-issues

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

NicoHood commented on 2019-07-29 16:12 (UTC)

I want to suggest a PKGBUILD change: https://gist.github.com/NicoHood/3a86fb28b6535789bbca3c330703d8dd

I've used the tarball instead of the debian package, because that is more neutral. The downside is, that it is not versioned, but maybe we can arrange better links with upstream in the future.

Also I've added the gtk3 and nss dependency and removed the not required gconf dependency. Correct me if I am wrong. I've also made sure license files etc are in the correct place.

Can you please tell me why you used the 2 chmods?

duckbrain commented on 2019-04-13 15:07 (UTC)

@alf That path gets updated with the latest version without warning. That would make it so every time there was an update, this AUR package would fail to build until the AUR package gets updated with the new checksum.

alf commented on 2019-04-11 09:32 (UTC) (edited on 2019-04-11 15:43 (UTC) by alf)

why don't we use https://typora.io/linux/Typora-linux-x64.tar.gz instead of https://typora.io/linux/typora_0.9.68_amd64.deb?

here is my setup

PKGBUILD https://hastebin.com/werizitowo

asar.js.patch https://hastebin.com/biwefifejo

typora.sh https://hastebin.com/xebacucubu

typora.desktop https://hastebin.com/ucezayizip

JohnRobson commented on 2019-03-11 22:55 (UTC)

@duckbrain thank you very much! you are right, this is the latest version.

duckbrain commented on 2019-03-09 17:24 (UTC)

@JohnRobson 0.9.9.65? Where are you seeing that? It's already at 0.9.65? 0.9.9.65 doesn't make any sense. Also, you don't need to post a comment when you flag it as out of date. I get an email for each.

irgendwr commented on 2018-11-03 20:05 (UTC)

@duckbrain wow, that was really quick and solved it. Thanks!

duckbrain commented on 2018-11-03 19:55 (UTC) (edited on 2018-11-03 19:55 (UTC) by duckbrain)

@irgendwr Yeah, it's causing more problems than it solves. I reverted back to the binary release.

irgendwr commented on 2018-11-03 19:25 (UTC)

@duckbrain >I prefer having the electron dependency, unless it causes a problem.

Using the electron dependency is currently causing a problem since typora is bundled with and depends on electron 3.x while the electron dependency here is on 2.x. See https://github.com/typora/typora-issues/issues/1932 and https://github.com/typora/typora-issues/issues/1912

Can you at least temporarily use the bundled electron until 3.x is available to fix the issues?