Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.16 KB

idyll-plugins

Place for defining Idyll compiler post-processing transforms.

Available plugins

Plugins are sorted into two categories, compiler plugins and runtime plugins. Compiler plugins can affect how the project builds or modify the abstract syntax tree that Idyll produces. Runtime plugins can inspect and affect Idyll's reactive variable system in the browser.

See each plugin for specific installation and usage instructions.

Compiler Plugins

Runtime Plugins

  • URL State Synchronization - serialize the article state into the URL. Allows readers to share the article in a particular configuration.
  • Analytics - collect detailed usage data to learn how readers are interacting with your article.

To use multiple runtime plugins simultaneously, use idyll-context-compose.