How to create jpl file from plugin source code?

Operating system

Linux

Joplin version

3.4.10

What issue do you have?

Hello. I forked and modified some code of a plugin to add features. I want to use this in Joplin app instead of the original plugin. It seems that I have to find .jpl file. But after I did npm run dist, there seemed no .jpl in the dist directory. thanks

I solved myself. It was under publish directory. AI was suggesting it’s under dist directory. But I did find -type f -iname '*.jpl'

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.