Thank you again. I found how to get the console dedicated to the plugin. I was installing the plugin "From file" instead of pointing to the folder containing the files.
Another problem coming just after that, I can't rebuild the project, in fact there are a lot of error in the /api files. It doesn't find the resources. I don't really know what to do...
Logs:
api/Global.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/Joplin.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/Joplin.d.ts:13:40 - error TS2307: Cannot find module '../BasePlatformImplementation' or its corresponding type declarations.
13 import BasePlatformImplementation from '../BasePlatformImplementation';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
api/JoplinContentScripts.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinData.d.ts:1:27 - error TS2307: Cannot find module '../../../BaseModel' or its corresponding type declarations.
1 import { ModelType } from '../../../BaseModel';
~~~~~~~~~~~~~~~~~~~~
api/JoplinData.d.ts:2:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
2 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinImaging.d.ts:50:89 - error TS2307: Cannot find module '../../database/types' or its corresponding type declarations.
50 toJpgResource(handle: Handle, resourceProps: any, quality?: number): Promise<import("../../database/types").ResourceEntity>;
~~~~~~~~~~~~~~~~~~~~~~
api/JoplinImaging.d.ts:55:71 - error TS2307: Cannot find module '../../database/types' or its corresponding type declarations.
55 toPngResource(handle: Handle, resourceProps: any): Promise<import("../../database/types").ResourceEntity>;
~~~~~~~~~~~~~~~~~~~~~~
api/JoplinPlugins.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinSettings.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViews.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsDialogs.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsMenuItems.d.ts:2:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
2 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsMenus.d.ts:2:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
2 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsNoteList.d.ts:2:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
2 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsNoteList.d.ts:22:40 - error TS2314: Generic type 'Store' requires 1 type argument(s).
22 constructor(plugin: Plugin, store: Store);
~~~~~
api/JoplinViewsPanels.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinViewsToolbarButtons.d.ts:2:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
2 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinWindow.d.ts:1:20 - error TS2307: Cannot find module '../Plugin' or its corresponding type declarations.
1 import Plugin from '../Plugin';
~~~~~~~~~~~
api/JoplinWorkspace.d.ts:1:30 - error TS2307: Cannot find module '../../database/types' or its corresponding type declarations.
1 import { FolderEntity } from '../../database/types';
~~~~~~~~~~~~~~~~~~~~~~
Found 20 errors in 16 files.
Errors Files
1 api/Global.d.ts:1
2 api/Joplin.d.ts:1
1 api/JoplinContentScripts.d.ts:1
2 api/JoplinData.d.ts:1
2 api/JoplinImaging.d.ts:50
1 api/JoplinPlugins.d.ts:1
1 api/JoplinSettings.d.ts:1
1 api/JoplinViews.d.ts:1
1 api/JoplinViewsDialogs.d.ts:1
1 api/JoplinViewsMenuItems.d.ts:2
1 api/JoplinViewsMenus.d.ts:2
2 api/JoplinViewsNoteList.d.ts:2
1 api/JoplinViewsPanels.d.ts:1
1 api/JoplinViewsToolbarButtons.d.ts:2
1 api/JoplinWindow.d.ts:1
1 api/JoplinWorkspace.d.ts:1