Package Details: joplin 3.2.13-2

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Package Base: joplin
Description: A note taking and to-do application with synchronization capabilities - CLI App
Upstream URL: https://joplinapp.org/
Keywords: markdown note notetaking productivity
Licenses: AGPL-3.0-or-later
Groups: joplin
Conflicts: joplin-appimage, joplin-beta, joplin-beta-appimage, joplin-electron
Submitter: masterkorp
Maintainer: dosenpils
Last Packager: dosenpils
Votes: 268
Popularity: 2.04
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-03-12 23:14 (UTC)

Pinned Comments

masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)

Hello everyone,

I will be renaming the packages to its final form.

  • joplin will contain the CLI application
  • joplin-desktop will contain the Desktop version

Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.

If you have problems with the check() function, just run makepkg with the --nocheck flag.

Thank you for your patience. Regards, Alfredo Palhares

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 57 Next › Last »

Kaffka commented on 2022-03-28 11:43 (UTC) (edited on 2022-03-28 11:47 (UTC) by Kaffka)

Thank you so much for keeping this build updated.

I got a minor build issue. Its probably an upstream issue, but since people look here first, I'll post my workaround.

The error:

$ yay -Scc; yay -S joplin-desktop
[...]
➤ YN0009: │ @joplin/app-clipper@workspace:packages/app-clipper couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-81117b5e/build.log)
[...]

$ cat /tmp/xfs-81117b5e/build.log
[...]
Error: Cannot find module 'eslint-loader'
[...]

The Fix:

$ cd ~/.cache/yay/joplin/src/joplin-2.7.15/packages/app-clipper/
$ npm install --save-dev eslint-loader

$ cd ~/.cache/yay/joplin/
$ makepkg
$ sudo pacman -U joplin-desktop-2.7.15-4-x86_64.pkg.tar.zst

thayne commented on 2022-03-28 06:35 (UTC)

I tried building the latest update, but ran into this error:

➤ YN0001: │ Error: @joplin/lib@npm:~2.7: No candidates found
    at R (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:441:7773)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Promise.all (index 0)
    at async Promise.all (index 0)
    at async Ke.resolveEverything (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:441:8197)
    at async /home/thayne/.node/corepack/yarn/3.1.1/yarn.js:444:2138
    at async Fe.startTimerPromise (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:412:3730)
    at async Ke.install (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:444:2077)
    at async /home/thayne/.node/corepack/yarn/3.1.1/yarn.js:449:122

professed commented on 2022-03-27 19:35 (UTC)

I just wanted to second the earlier comment and say thank you for continuing your work on this package. It's obviously not been easy and people have not always been kind. But please know that your work is appreciated by many! The latest update is working nicely.

benoliver999 commented on 2022-03-27 14:46 (UTC)

Sorry for the redundant comment but I just wanted to say thanks for your work on this package, I know it's not been easy getting it to work properly. The latest update works great!

masterkorp commented on 2022-03-25 18:49 (UTC)

This package has been updated, if any problem arises, please report on Github.

jinmax100 commented on 2022-03-05 14:09 (UTC)

@Paragoumba I opted for joplin-desktop-bin package from AUR as well. It's like devs have abandoned the project. Raised issue in Github and it said to report in AUR, but here none seems to reply.

Paragoumba commented on 2022-02-24 13:52 (UTC)

I have the same problem as @jinmax100. I can't edit my notes and the UI has some weird bugs (icons not displaying and some text displaying with the wrong font). I tried the AppImage of the same version (2.6.10) and it works perfectly. It might be a compilation problem

jinmax100 commented on 2022-02-08 13:24 (UTC) (edited on 2022-02-08 13:31 (UTC) by jinmax100)

Hello Team, Recently I installed Joplin Desktop App (v2.6.10-4) in my Arch Linux (with BSPWM). The installation went fine and I was able to sync my notes from Dropbox as well. I ran into a problem however and that was I couldn't write anything in editor layout nor can edit my existing notes. It's like editor is simply broken.

Console outputs the following issue. But I don't think this is correlated. Anyway I am posting it here

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.

Help is much appreciated. Thanks

LT_Horn commented on 2022-02-07 19:32 (UTC) (edited on 2022-02-07 19:42 (UTC) by LT_Horn)

@professed thank you! Had the below error

your user’s .npmrc file (${HOME}/.npmrc)
has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.
Run `nvm use --delete-prefix v16.9.1` to unset it.

commented out the prefix line in the .npmrc file and everything continued successfully. *fixed formatting