EliasVincent / joplin-email-note

A plugin for Joplin which sends your note to your email client
11 stars 0 forks source link

Adding formating #1

Open veglar opened 2 years ago

veglar commented 2 years ago

I just added your extension to my joplin client. I have a suggestion for improving it.

  1. Header formats It would be great if you where able to add some kind of formating on headers. In a first stage it would be sufficient to get all headers < h1 > to /< hX > as bold and/or a sligthly larger font size.

  2. Text styling It would be great if you where able to format bullets as bullets and converting bold into bold and italic into italic.

  3. Url rendering. The urls are exported as [ title. ] ( http://example.com ), It would be a lot better if you where able to get it converted to an hyperlinked title

NeerajGartia21 commented 2 years ago

Is this issue still open @EliasVincent

EliasVincent commented 2 years ago

Oh yeah, I think I kinda overlooked this one 😅 I will try to fix those things in the coming days. The implementation of my whole plugin is kinda flawed, since the HTML output is largely depending on what the email client decides to do with it.

NeerajGartia21 commented 2 years ago

Can I contribute to it?

EliasVincent commented 2 years ago

Well sure, I think anyone can open pull requests on this repo since it's public 😄

NeerajGartia21 commented 2 years ago

Where can we discuss if I get some doubts?