Skip to content

Add a minimal example search-engine plugin under examples/ #147

Description

@KnockOutEZ

wigolo has a plugin system (wigolo plugin add <git-url>) for custom extractors and search engines, but there's no in-repo example showing the minimal shape of one. A tiny examples/plugin-search-engine/ that people can copy is the easiest possible on-ramp for contributors.

Where to look

  • Plugin loader/validation: src/plugins/ (loader, registry, validation define the expected plugin shape)

Acceptance

  • examples/plugin-search-engine/ with a minimal working plugin (any simple public JSON API is fine) + a short README explaining install via wigolo plugin add
  • Loads cleanly through wigolo plugin add / plugin list
  • A line in the main README's Contributing section pointing at it

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions