Add Curly plugin#608
Open
Foundasys wants to merge 4 commits into
Open
Conversation
Curly turns documents into reusable templates: mark the parts that
change with {tags} and fill them from the task pane. Word documents
only (EditorsSupport: word). Works against the Curly backend at
https://curly.io — includes a free 14-day in-plugin trial signup.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Hi @Foundasys Thank you for your contribution! Please add "offered" to config.json. Optionally, you can also include translations/langs.json and CHANGELOG.md. Also, please check that the plugin displays correctly in the dark theme. |
Author
|
Done — added While at it: On Thanks for the quick review! |
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.
This PR adds Curly, a template-filling plugin for text documents (
EditorsSupport: ["word"]).Curly lets teams turn the documents they send out all the time (contracts, quotes, invoices…) into reusable templates: mark the changing parts with
{tags}, then fill them from the task pane and get a finished, ready-to-send copy.A few notes for review:
bundle/addin.js); it communicates only with our backend athttps://curly.io(licensing + template API) — no third-party calls.Plugin folder:
sdkjs-plugins/content/curly/· Store entry appended tostore/config.json. Discussion issue: #607.