Class Objo

Entry point for the plugin. Obsidian depends on this class to define all lifecycle events and rendering behavior.

Hierarchy
  • Plugin
    • Objo

Constructors

Methods

Constructors

  • Parameters

    • app: App
    • manifest: PluginManifest

    Returns Objo

Methods

  • Called by Obsidian to give the plugin an opportunity to "load" and hook into the ecosystem.

    Returns void