Obsidian is AWESOME!!!
I just realized the HTML Preview can be copied/pasted into Gmail with all images, formatting, and background color!!
THANK YOU, OBSIDIAN!
Just bought a commercial license!
AWESOME!!!
I just realized the HTML Preview can be copied/pasted into Gmail with all images, formatting, and background color!!
Just bought a commercial license!
And it copies the formatting from your current theme, so you can quickly switch themes before copying. I’m working on a custom theme just for emails!
If the reverse is true, I can archive gmail messages to Obsdmd.
Any text editor that recognizes HTML will support copy/paste in this way: Google Docs, Microsoft Word, etc.
Hi @sam.baron,
I prefer typing my emails (and notes) in markdown so I can apply formatting as I type and not mess with the mouse. But yes, the copy/paste would work in other editors.
I like this solution because I can easily swap themes on the note before copying, and the css is easy to edit to create custom themes. I see a lot of automation potential once the API is released.
I wasn’t suggesting otherwise. I have the exact same workflow .
Just making sure anyone who reads this topic knows that you can do more by copying/pasting HTML from preview mode besides write emails.
It would be great to have a future plugin that creates an email from a markdown note.
We would also need a way to handle local images. The copy/paste HTML works on images when you use <img src="https:...>
with a full URL, but images don’t copy with local links.
So you have the extra step of hosting images online first and gathering the links, or copying text only and inserting images in the Gmail editor after pasting.
Will do. Meeting starting soon. I’ll add a new post this afternoon. Thanks!
Hi!
I’m a complete newbie to Obsidian, and was wondering how exactly you “open” the HTML preview for a note?
Cheers!
Also, in the (…) menu to the right of the X, you can Split the view, and make one view for Edit Mode and one for Preview Mode.
Then, click the Link button in one version and select the other to sync scrolling.
send e-mail directly from Obsidian @keuhnm |
---|
` & m:: ;send e-mail
Gui, Add, Edit, W300 vemail,
Gui, Add, Edit, W300 vsubject,
Gui, Add, Edit, W300 R20 vbody,
Gui, Add, Button, Default, Send
Gui, Show
Return,
ButtonSend:
Gui, Submit, NoHide
if email = Email
{
Return,
}
if message = Message
{
Return,
}
else
Run, mailto:%email%?subject=%Subject%&body=%body%
Gui destroy
return