-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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 |
@bishoy-magdy are you still maintaining this plug-in? |
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 messageError: Unknown option '--joplin-plugin-config'
. Help with this would also be appreciated.Regards,
Martin
The text was updated successfully, but these errors were encountered: