Hi all,
I'm trying to try out developing a plugin. However, even getting the default "hello world" plugin to run is proving difficult. On startup of a dev environment, I get the following error:
Logger.ts:317 14:01:47: PluginService: Could not load plugin: /home/fo/Documents/Code/joplin-word-tracker Error: Plugin "de.naehmachinery.word-tracker" was disabled: Please upgrade Joplin to version 3.7 or later to use this plugin.
at e.runPlugin (PluginService.ts:562:10)
at e.loadAndRunPlugins (PluginService.ts:493:16)
at e.loadAndRunDevPlugins (PluginService.ts:505:4)
at Utn.initPluginService (app.ts:312:4)
at PerformanceLogger.track (PerformanceLogger.ts:112:11)
at Utn.start (app.ts:796:4)
at main (main-html.ts:103:22)
at PerformanceLogger.track (PerformanceLogger.ts:112:11)
I'm running this version of Joplin:
Joplin 3.6.15 (dev, linux)
Device: linux, Intel(R) Core(TM) i3-9100F CPU @ 3.60GHz
Client ID: 9d7eae5fbc284c0bb8b6aa1fe97f4f43
Sync Version: 3
Profile Version: 49
Keychain Supported: No
Alternative instance ID: -
Sync target: (None)
Editor: Rich Text
Revision: c615726
Backup: 1.5.1
fowo's word tracker: 1.0.0
Freehand Drawing: 4.3.0
This seems to be the current version, and trying to change the min version in the plugin's manifest unfortunately did nothing.
I've considered running the program in bottles for development, but so far I haven't gotten that to working either.
Any help would be appreciated.
ETA: got it to work, i didn't compile the plugin before starting the program. Thread can be closed.