SSWConsulting / SSWConsulting/SSW.Rules
Netlify CMS - Create email custom markdown element
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 26
- Forks
- 17
- Avg merge
- 14h 39m
- Merged PRs (30d)
- 2
Description
@pierssinclairssw @bradystroud @adamcogan
Hi,
As discussed in https://github.com/SSWConsulting/SSW.Rules/issues/615
Currently users can add an email to a rule by inserting this custom markdown:
::: email-template
| | |
| -------- | --- |
| To: | XXX |
| Cc: | YYY |
| Bcc: | ZZZ |
| Subject: | This is the subject |
::: email-content
### Hi XXX,
[Email content]
:::
:::
To make the process easier for users, we want to make a button that inserts this for us.
- Create a custom widget for the email template
- Add the custom widget to the markdown editor
Note: This issue should wait until #654 is resolved.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the dependency on issue #654 and the existing markdown editor configuration. Locate the custom widget entry point and editor integration, then confirm that the email-template markdown can be inserted through a button and that both checklist items are complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100