Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 598 Bytes

DEVELOPMENT_AND_EXTENDING.md

File metadata and controls

21 lines (19 loc) · 598 Bytes

Need to cover:

  • Building from source:

    • Chrome & firefox
    • Safari
  • Extending & Plugins API

    • Concept of Plugin
      • Mention blueprint plugin folder
    • Concept of Widget
    • Command palette
      • Mention timeout
    • Useful hooks / functions:
      • useParentFolder
      • usePluginConfig / getPluginConfig
      • usePluginStorage / getPluginStorage()
      • useWidgetStorage / getWidgetStorage()
      • useWidgetMetadata
      • getAllWidgetsByPlugin
      • RequirePermissions component
      • Icon and Icon picker component