[GH-ISSUE #48] Central API for easier pluggin development #43

Closed
opened 2026-03-03 00:17:49 +03:00 by kerem · 1 comment
Owner

Originally created by @ZeroX-DG on GitHub (Dec 17, 2018).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/48

While developing this app we must keep a central API so that we can share it with the plugin developers. For example, when a developer develops a plugin that shows a message dialog he could call something like:

import Boost from 'boost';

Boost.window.showMessageDialog('Hello', 'from plugin', Boost.MessageDialogType.INFO);

I think we should plan out how the API should looks like a write a doc about it.

Originally created by @ZeroX-DG on GitHub (Dec 17, 2018). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/48 While developing this app we must keep a central API so that we can share it with the plugin developers. For example, when a developer develops a plugin that shows a message dialog he could call something like: ```ts import Boost from 'boost'; Boost.window.showMessageDialog('Hello', 'from plugin', Boost.MessageDialogType.INFO); ``` I think we should plan out how the API should looks like a write a doc about it.
kerem closed this issue 2026-03-03 00:17:50 +03:00
Author
Owner

@Rokt33r commented on GitHub (Dec 21, 2018):

We definitely need it. Thanks for the nice idea!

<!-- gh-comment-id:449224525 --> @Rokt33r commented on GitHub (Dec 21, 2018): We definitely need it. Thanks for the nice idea!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#43
No description provided.