Skip to main content

Global API

Blinko exposes a global API through the window.Blinko object:

Store

window.Blinko.store The store provides a set of methods and interfaces for extending Blinko’s functionality Store.

Plugin API Store

window.Blinko.api For detailed API documentation, including all available endpoints and methods, please refer to the official Blinko API documentation.

Toolbar Icons

window.Blinko.addToolBarIcon Add custom icons to the toolbar with tooltips and click actions.

Right-Click Menu

window.Blinko.addRightClickMenu Add custom items to the note right-click context menu.

Custom Dialogs

window.Blinko.showDialog Show custom dialog windows with your content.

AI Writing Prompts

window.Blinko.addAiWritePrompt Add custom AI writing prompts to the AI writing feature.

Type Definitions

For detailed type information, you can refer to the type definitions on GitHub.