docs: add Curly to the maintained plugins table - #12
Open
Foundasys wants to merge 1 commit into
Open
Conversation
Signed-off-by: Dennis <foundasys@gmail.com>
Foundasys
force-pushed
the
docs/add-curly-plugin
branch
from
August 3, 2026 16:30
fd06a18 to
80b0e8e
Compare
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.
Hi, this adds one row to the maintained plugins table: Curly, a plugin I build
and sell. It finds
{placeholder}tags in a document and fills them from aside panel, keeping formatting intact.
Being upfront: this is a commercial plugin (proprietary, with a free 14-day
trial), which is why I first asked in #11 whether commercial plugins fit this
table at all. That issue has been quiet for two weeks, so I figured a concrete
PR is easier to judge than an abstract question. @juliusknorr you set up this
table, so tagging you for the call. @rikled, you maintain the only plugin
listed so far, so your take is welcome too.
If the table is meant to stay FOSS-only, just say so and I'll close this, no
hard feelings. Feel free to close #11 with the same answer.
A few facts to make the review easy:
sdkjs-plugins layout, same server-side install route as MetaVox.
your install docs already point admins to, so it can be installed from there
as well.
detection and formatting-preserving replacement both work.
API for license and trial checks.
Dennis