markitect-main/examples/plugins
tegwick ed33766c91 refactor: reorganize examples directory with topic-based subdirectories
Reorganize examples directory into logical topic-based subdirectories with
comprehensive documentation:

- templates/: ISO/ARC42 documentation templates
- asset-management/: Asset management prototypes and demos
- essays/: Long-form content examples
- invoicing/: Invoice generation examples
- plugins/: Plugin development examples
- issue-demos/: Issue prevention demonstrations
- design-patterns/: Design pattern examples

Each subdirectory includes a README.txt file with topic description and
contributor signatures based on file creation timestamps.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 22:31:52 +01:00
..
example_formatter.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
example_processor.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
README.txt refactor: reorganize examples directory with topic-based subdirectories 2025-10-29 22:31:52 +01:00

Plugin Development Examples

This directory contains example plugin implementations for MarkiTect:

- example_processor.py: Example of a content processor plugin
- example_formatter.py: Example of a content formatter plugin

These examples show how to extend MarkiTect's functionality through the plugin
architecture, providing templates for custom processing and formatting plugins.

--worsch, 25-10-03