csexton / captured-mac

Captured
http://www.capturedapp.com
MIT License
5 stars 1 forks source link

Markdown format #52

Open csexton opened 7 years ago

csexton commented 7 years ago

A request from Dan:

I was wondering if you can configure what capture puts in the copy buffer? I am looking for a solution that uploads to imgur or s3 and puts ![image](https://imageurl) into my copy buffer so I can just paste the image as an inline image into a markdown document.

jorgev commented 7 years ago

This sounds like an interesting idea. I think I could easily add an option like:

Specify copy buffer format, use $URL where you want the URL to appear.

Then in the edit field you could enter ![image]($URL)

Does that sound like a good way to do it?

csexton commented 7 years ago

I like it. I think I'd want to have a couple of pre-formatted options (like "plain link", "markdown") -- but having a custom option seems like the way to go.

jorgev commented 7 years ago

Yeah, I like that idea. We'll support a few common pre-formatted options and then allow a custom. Sounds like the way to go.