Plugins
Store System
Blinko provides a powerful store system for state management. You can access it through window.Blinko.store
.
Store Structure
Base Store Types
StorageState
For managing persistent state with subscription support.
Store Instances
BlinkoStore
Core functionality store for notes, tags, and settings.
BaseStore
Base application store for fundamental operations.
HubStore
Manages synchronization and connections.
ResourceStore
Handles file and resource management.