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>
11 lines
403 B
Plaintext
11 lines
403 B
Plaintext
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 |