Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idyll-lang/idyll-plugins
An index of available Idyll plugins, official and community-developed.
https://github.com/idyll-lang/idyll-plugins
Last synced: 3 days ago
JSON representation
An index of available Idyll plugins, official and community-developed.
- Host: GitHub
- URL: https://github.com/idyll-lang/idyll-plugins
- Owner: idyll-lang
- License: mit
- Created: 2018-05-11T22:03:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T20:38:34.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:54:57.868Z (10 days ago)
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - idyll-lang/idyll-plugins - An index of available Idyll plugins, official and community-developed. (others)
README
# 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
* [Spellcheck](https://github.com/idyll-lang/idyll-plugin-spellcheck)
* [Table of Contents](https://github.com/idyll-lang/idyll-plugin-table-of-contents)
* [Git Revisions](https://github.com/idyll-lang/idyll-plugin-revision)### Runtime Plugins
* [URL State Synchronization](https://github.com/idyll-lang/idyll-plugin-url-state) - serialize the article state into the URL. Allows readers to share the article in a particular configuration.
* [Analytics](https://github.com/idyll-lang/idyll-analytics) - collect detailed usage data to learn how readers are interacting with your article.To use multiple runtime plugins simultaneously, use [idyll-context-compose](https://github.com/idyll-lang/idyll-context-compose).