Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release? #31

Open
stemabu opened this issue Mar 22, 2024 · 2 comments
Open

New release? #31

stemabu opened this issue Mar 22, 2024 · 2 comments

Comments

@stemabu
Copy link

stemabu commented Mar 22, 2024

Hi, thanks for this very useful addon!

Would it be possible to get a new release to be able to use the features that have been added since the first version?

I tried to build a current version by myself, but after running npm run dist I got lost with the message Error: Unknown option '--joplin-plugin-config'. Help with this would also be appreciated.

Regards,
Martin

@stemabu
Copy link
Author

stemabu commented Apr 4, 2024

I would still be grateful if there was a new release, as the useful changes would then be better available.

As I needed the ability to extract keywords from the subject, I have been playing around until I have managed to create a working version. In case someone who has as little experience with Node.js etc. as I do also wants to do it, here is the process I used to make it work:

I installed a VM with Ubuntu 23.10 (22.04 LTS didn’t work for me) and the latest LTS version of Node.js using the version manager NVM (not the Node.js version from the repo). Then installed Typescript system-wide. Then installed the Joplin plugin substructure using npm install -g yo generator-joplin. Then webpack: npm install --save-dev webpack. Transfered the source files with git: git clone https://github.com/joplin/plugin-email.git. Then it was necessary to run export NODE_OPTIONS=--openssl-legacy-provider (for more info on this see https://discourse.joplinapp.org/t/solved-error-while-setting-up-app-clipper/32877/4). After that, npm run dist ran successfully and the created jpl-file could be found in the "publish"-subfolder. There may be better ways to do it, but, as I said, I had no experience with Node before.

@PackElend
Copy link

@bishoy-magdy are you still maintaining this plug-in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants