16 lines
328 B
Markdown
16 lines
328 B
Markdown
---
|
|
title: Plugins
|
|
---
|
|
|
|
FreeSewing uses a modular approach where functionality can be extended with
|
|
plugins. Plugins can provide macros, store methods, or use any of the lifecycle
|
|
hooks.
|
|
|
|
We maintain the following plugins:
|
|
|
|
<ReadMore />
|
|
|
|
## Notes
|
|
|
|
Refer to [the plugin guide](/guides/plugins) for an in-depth look into
|
|
plugins.
|