Package Base Details: joplin

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Keywords: markdown note notetaking productivity
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 257
Popularity: 1.78
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-04-06 17:49 (UTC)

Pinned Comments

masterkorp commented on 2021-12-27 11:30 (UTC) (edited on 2021-12-27 11:32 (UTC) by masterkorp)

Hello everyone,

There was been several difficulties upgrading the Joplin due to major changes in the build system upstream.

I have finnally got version 2.6.10 working with pacthes, but remenber:

  • You may need to remove your src/ folder before using this version

  • The patches are still not perfect, you must say yes to a prompt

I will continue working on this later today, but its usable and stable, please remenber you can always report issues on the github repository.

Regards, Alfredo Palhares

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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 53 Next › Last »

the_z0id commented on 2020-09-11 15:07 (UTC) (edited on 2020-09-11 15:08 (UTC) by the_z0id)

At the moment, the installation hangs here:

extract:hermes-engine: sill extract  hermes-engine@0.2.1 extracted to /home/XXXXX/.cache/yay/joplin/src/joplin-1.0.245/ReactNativeClient/node_modules/.staging/hermes-engine-a5d159db (264376m)

Any suggestions?

Darkmind2007 commented on 2020-09-07 09:02 (UTC) (edited on 2020-09-07 11:15 (UTC) by Darkmind2007)

Sorry, how likely is a chance that v1.0.241 will be packaged soon? This release breaks backward compatibility and currently desktop cannot sync anymore due to mobile devices that have already upgraded the server storage

macxcool commented on 2020-08-31 15:37 (UTC) (edited on 2020-08-31 15:37 (UTC) by macxcool)

@masterkorp Thanks for unflagging that. Sorry for telling you something that you already know ;-) I hope you had a good vacation.

masterkorp commented on 2020-08-31 15:24 (UTC)

Hello everyone,

I was on vacations, I unflagged the package, I would like to remind you again, that that is is the latest stable release for joplin, I don't package pre-releases.

quenyen commented on 2020-08-27 13:30 (UTC)

Unflag it is up to date

macxcool commented on 2020-08-25 11:09 (UTC)

@mastercorp You can unflag it. Can you please do that?

bigbrozer commented on 2020-08-25 09:12 (UTC)

This package has been flagged out of date but beware v1.0.233 is still the latest "stable" release. Upper versions are still pre-releases. Details here: https://github.com/laurent22/joplin/releases

Retro64XYZ commented on 2020-08-10 17:15 (UTC) (edited on 2020-08-10 17:17 (UTC) by Retro64XYZ)

To fix the issue related to joplin-cli not running.

internal/modules/cjs/loader.js:1033
  throw err;
  ^

Error: Cannot find module 'immer'
Require stack:
- /usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js
- /usr/share/joplin-cli/lib/reducer.js
- /usr/share/joplin-cli/lib/BaseApplication.js
- /usr/share/joplin-cli/app.js
- /usr/share/joplin-cli/main.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1030:15)
    at Function.Module._load (internal/modules/cjs/loader.js:899:27)
    at Module.require (internal/modules/cjs/loader.js:1090:19)
    at require (internal/modules/cjs/helpers.js:75:18)
    at Object.<anonymous> (/usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js:3:17)
    at Module._compile (internal/modules/cjs/loader.js:1201:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1221:10)
    at Module.load (internal/modules/cjs/loader.js:1050:32)
    at Function.Module._load (internal/modules/cjs/loader.js:938:14)
    at Module.require (internal/modules/cjs/loader.js:1090:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js',
    '/usr/share/joplin-cli/lib/reducer.js',
    '/usr/share/joplin-cli/lib/BaseApplication.js',
    '/usr/share/joplin-cli/app.js',
    '/usr/share/joplin-cli/main.js'
  ]
}

Run the following.

cd /usr/share/joplin-cli
sudo npm install immer --unsafe-perm
sudo npm install sqlite3 --unsafe-perm

This is a temporary fix but it will resolve the issue with complaints by joplin-cli that immer or sqlite3 are not available.