1
0
Fork 0
freesewing/markdown/dev/reference/plugins/en.md

17 lines
328 B
Markdown
Raw Normal View History

---
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.