Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic HTML to text part conversion #38

Closed
sfsekaran opened this issue Nov 5, 2012 · 7 comments
Closed

Automatic HTML to text part conversion #38

sfsekaran opened this issue Nov 5, 2012 · 7 comments
Labels

Comments

@sfsekaran
Copy link

I like the roadie gem, and it would be nice if it could also automatically create a text version of my emails for me (a la premailer-rails3). Thoughts?

@Mange
Copy link
Owner

Mange commented Nov 6, 2012

Sounds like a cool addition, but I'm not planning on it in the near future since I have a large backlog of more pressing matters.

If anyone wants to take a stab at it, I'm open to pull requests as long as:

  1. It's optional
  2. There are good tests in place
  3. It's not too fancy; it should be very simple to understand what will happen to an HTML view

I'll mark this issue as a new feature and let it rest for the moment.

@sfsekaran
Copy link
Author

It might be a good idea to research an HTML to markdown converter for this.

On Monday, November 5, 2012 at 11:04 PM, Magnus Bergmark wrote:

Sounds like a cool addition, but I'm not planning on it in the near future since I have a large backlog of more pressing matters.
If anyone wants to take a stab at it, I'm open to pull requests as long as:
It's optional
There are good tests in place
It's not too fancy; it should be very simple to understand what will happen to an HTML view

I'll mark this issue as a new feature and let it rest for the moment.


Reply to this email directly or view it on GitHub (#38 (comment)).

@Mange
Copy link
Owner

Mange commented Dec 20, 2012

Very good point!

On Fri, Dec 21, 2012 at 12:13 AM, Sathya Sekaran
notifications@github.comwrote:

It might be a good idea to research an HTML to markdown converter for
this.

On Monday, November 5, 2012 at 11:04 PM, Magnus Bergmark wrote:

Sounds like a cool addition, but I'm not planning on it in the near
future since I have a large backlog of more pressing matters.
If anyone wants to take a stab at it, I'm open to pull requests as long
as:
It's optional
There are good tests in place
It's not too fancy; it should be very simple to understand what will
happen to an HTML view

I'll mark this issue as a new feature and let it rest for the moment.


Reply to this email directly or view it on GitHub (
#38 (comment)).


Reply to this email directly or view it on GitHubhttps://github.com//issues/38#issuecomment-11596508.

@lucaspiller
Copy link

I've written a Gem which does this automatically. We are using it alongside Roadie:

https://github.com/lucaspiller/plain-david

@sfsekaran
Copy link
Author

@lucaspiller Very nice. I'm going to close this request since there's no need to couple the two gems. Kudos!

@Mange
Copy link
Owner

Mange commented May 12, 2013

Awesome! Now I don't need to bloat Roadie. :-)

@sfsekaran
Copy link
Author

:-)

On Saturday, May 11, 2013 at 10:38 PM, Magnus Bergmark wrote:

Awesome! Now I don't need to bloat Roadie. :-)


Reply to this email directly or view it on GitHub (#38 (comment)).

tricknotes pushed a commit to tricknotes/roadie that referenced this issue Jul 29, 2020
Depend on railties instead of rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants