I should be able to import my existing files by uploading a zip file
Highlighting bad characters such zero width joiners and no-break spaces helps find those characters much faster. Those hidden chars can lead to funky behavior in ESPs and email clients so finding t...
To add context to deep table structures it would be very useful to add the class name and/or ID name on the end tag.
Support dynamic variables that use the current context of the editor.Β Some variables for an email with the path `/transcational/auth/password-reset.html`) could include:the file base name (`passwor...
Support organizing snippets within folders.
Quickly export emails built in Parcel to a braze account.
Right now there is a dark theme and a light theme. Parcel should support the most popular editor themes out there.
Allow support for the Maizzle email framework.
Allow MJML emails to be built inside of Parcel
Simulate a non-webkit/"no checkbox support" email client to easily test your kinetic fallback.
See the state of the email - every field and value. When you edit the code the βstateβ is restored so you don't have to re-click things to get back to the part you are working on.
Add an option to create new JSON file. I'm imagining this to be a tab along with the HTML, plain text, AMP, JSON. Ideally this would also automatically take care of the CORS headers so it validate...
Right now the editor defaults to using 2 spaces for tabbing and, if you paste in code, guesses whether to use tabs or spaces.Parcel should let you configure all of this.
EmailComb removes unused CSS from email templates.
Right now, Parcel uses the `data-embed` attribute to tell the CSS inliner to skip a style tag. Supporting `data-ignore-inling` will make easier to move code between Parcel and Litmus.
Show an update preview with every keypress instead of delaying until after you finish typing.