You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Doc: Mark several desktop-only plugin API features as "desktop-only" (#10208)
This commit is contained in:
@ -124,6 +124,8 @@ export default class Joplin {
|
||||
* - [fs-extra](https://www.npmjs.com/package/fs-extra)
|
||||
*
|
||||
* [View the demo plugin](https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins/nativeModule)
|
||||
*
|
||||
* <span class="platform-desktop">desktop</span>
|
||||
*/
|
||||
public require(_path: string): any {
|
||||
// Just a stub. Implementation has to be done within plugin process, in plugin_index.js
|
||||
|
Reference in New Issue
Block a user