Skip to content

Commit 3a0618d

Browse files
committed
Add customization documentation and wp_djot_converter filter
- Add docs/customization.md with examples from djot-php cookbook - Add wp_djot_converter filter for custom render handlers - Add wp_djot_converter_{post_type} filter for per-post-type customization - Examples: @mentions, #hashtags, lazy images, admonitions, heading anchors
1 parent 1f78c5c commit 3a0618d

File tree

4 files changed

+501
-4
lines changed

4 files changed

+501
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ composer install --no-dev
9191

9292
- [Usage & Configuration](docs/README.md) - Getting started guide
9393
- [Content Profiles](docs/profiles.md) - Configure feature restrictions
94+
- [Customization](docs/customization.md) - Custom patterns, @mentions, render handlers
9495
- [WP-CLI Commands](docs/wp-cli.md) - Migrate existing content
9596
- [Hooks and Filters](docs/hooks.md) - Customize plugin behavior
9697
- [Djot Syntax](docs/syntax.md) - Quick reference

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ When installed, HTMLPurifier will automatically be used for sanitizing comment o
8989
## More Documentation
9090

9191
- [Content Profiles](profiles.md) - Configure feature restrictions for posts and comments
92+
- [Customization](customization.md) - Extend Djot with custom patterns, render handlers, @mentions, and more
9293
- [WP-CLI Commands](wp-cli.md) - Migrate existing content to Djot
9394
- [Hooks and Filters](hooks.md) - Customize plugin behavior
9495
- [Djot Syntax](syntax.md) - Quick reference for Djot markup

0 commit comments

Comments
 (0)