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.43
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

1 2 3 4 5 6 .. 12 Next › Last »

irgendwr commented on 2024-08-28 01:33 (UTC)

@KafCoppelia thanks, I updated the url, but I didn't increase pkgrel since this should not trigger an unneeded package update.

irgendwr commented on 2024-08-28 01:30 (UTC) (edited on 2024-08-28 01:30 (UTC) by irgendwr)

@JacobTheLiar please read this forum thread where the issue is solved and explained.

You either need to:

  • disable installing debug symbols by default by changing debug to !debug in /etc/makepkg.conf
  • uninstall the debug packages

JacobTheLiar commented on 2024-08-27 08:28 (UTC)

Hello,

I'm encountering a conflict when trying to install the typora package from AUR. The conflict arises between the typora-debug package and the teams-for-linux-debug package due to overlapping files in /usr/lib/debug/.build-id/.

Here is the relevant part of the error message:

error: failed to commit transaction (conflicting files)
typora-debug: /usr/lib/debug/.build-id/04/e9960947a38ced0a87421a6f198b9caf43dc3f exists in filesystem (owned by teams-for-linux-debug)
typora-debug: /usr/lib/debug/.build-id/37/851ad3790029c78d20ee4b4761055d5ad5dab6 exists in filesystem (owned by teams-for-linux-debug)
typora-debug: /usr/lib/debug/.build-id/68/3278eba471e7069eeddf5a8270d9a201ea88da exists in filesystem (owned by teams-for-linux-debug)
Errors occurred, no packages were upgraded.

This issue prevents me from installing typora alongside teams-for-linux-debug, as both packages try to place the same files in /usr/lib/debug/.build-id/.

Is there a way to resolve this conflict, perhaps by changing how the debug symbols are handled or renamed in the typora package? Any help or guidance would be appreciated.

KafCoppelia commented on 2024-08-20 10:53 (UTC) (edited on 2024-08-20 10:54 (UTC) by KafCoppelia)

The source url should be https://download.typora.io/linux/${pkgname}_${pkgver}_amd64.deb for v1.9.3.

tomacrisan commented on 2024-06-27 14:03 (UTC) (edited on 2024-06-27 14:05 (UTC) by tomacrisan)

I am no long able to print with Typora 1.8.10 or the latest release, 1.9.3. I don't know if this unique to my current Arch configuration or more universal. I suspect that the package supplied by Typora.io needs to be compiled in a more current environment.

I've filed a issue report on Typora.io's issue github site. https://github.com/typora/typora-issues/issues/6078

Anyone else experiencing this problem? Any ideas how to troubleshoot this?

irgendwr commented on 2023-10-22 00:40 (UTC)

@BryanLiang alright, thanks for the suggestion. You can now set flags in $XDG_CONFIG_HOME/typora-flags.conf (by default this will be ~/.config/typora-flags.conf)

BryanLiang commented on 2023-10-21 01:27 (UTC)

@irgendwr Typora uses Electron as its GUI framework, so flags that are compatible with Electron should also work fine with Typora. For instance, the Electron flag --ozone-platform-hint=auto, which enables applications to run on Wayland, can be used with Typora.

irgendwr commented on 2023-10-20 22:16 (UTC)

@BryanLiang which command line flags does Typora support?

BryanLiang commented on 2023-10-18 00:40 (UTC) (edited on 2023-10-18 00:40 (UTC) by BryanLiang)

I write a wrapper script which adds the support of typora-flags.conf like Chromium/Electron does.

All the arguments passed to Typora can be written into this file.

Could you please merge it into the package?

Here is the script

#!/bin/bash

XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}

if [[ -f "${XDG_CONFIG_HOME}/typora-flags.conf" ]]; then
    mapfile -t TYPORA_USER_FLAGS <<< "$(grep -v '^#' "${XDG_CONFIG_HOME}/typora-flags.conf")"
    echo "User flags:" "${TYPORA_USER_FLAGS[@]}"
fi

exec /usr/share/typora/Typora "${TYPORA_USER_FLAGS[@]}" "$@"

osvald-laurits commented on 2023-05-22 06:30 (UTC) (edited on 2023-05-22 06:31 (UTC) by osvald-laurits)

I'm getting an error when trying to install this package.

Installation using yay

yay -S typora

produces

==> ERROR: Failure while downloading https://typora.io/linux/typora_1.6.5_amd64.deb Aborting... -> error making: typora-exit status 1 -> Failed to install the following packages. Manual intervention is required: typora - exit status 1

Accessing source link in browser

Accessing https://typora.io/linux/typora_1.6.5_amd64.deb in a browser also shows an error.