feat: add rich text editor integration for global variables & shortcodes plugins#780
Open
feat: add rich text editor integration for global variables & shortcodes plugins#780
Conversation
…des plugins (#756) Implements Part 2 (Rich Text Inline Tokens) from #719: - Enhanced global-variables-plugin with full CRUD admin page, Quill blots (blue chips), TinyMCE PluginManager integration, and editor toggle - New shortcodes-plugin with [[shortcode]] syntax, handler registry, CRUD admin, live preview, Quill blots (purple chips), and TinyMCE support - Shared editor utilities: Quill constructor Proxy, searchable picker dropdown, TinyMCE PluginManager approach, admin HTML template - Content resolution: variables (priority 50) → shortcodes (priority 60) - 5 built-in shortcode handlers: current_date, phone_link, cta_button, plan_count, provider_rating Closes #719 Extends #743 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix import paths for PluginBuilder (../../sdk/ not ../../../sdk/) - Add non-null assertions for regex match groups in shortcode-resolver - Add non-null assertions for array indexing in date formatting Co-Authored-By: brad <brad@comparepower.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-picked from #757 by @cp-bwg
[[shortcode_name param="value"]]syntax, handler registry, CRUD admin with live preview, Quill shortcode blots (purple chips), and TinyMCE integrationAttribution
Changes by Maintainer
../../sdk/not../../../sdk/)Testing
Checklist
Closes #757
🤖 Generated with Claude Code