octalmage / Marknote

Markdown Note Taking.
36 stars 13 forks source link

Add share and export functionality. #2

Open octalmage opened 10 years ago

octalmage commented 10 years ago

Introduction

It would be great to be able to share a note online, then have the link copied to your clipboard.

We'll need to think about uploading any local images, or we could possibly base64 encode the images and embed them.

Tasks

mjchamplin commented 10 years ago

Yeah copy to clipboard, Gist, save as .md or .txt file.

Cloud storage for images would be cool, I'm trying to think of options that wouldn't require additional authentication.

octalmage commented 10 years ago

Sharing to WordPress for sure!

octalmage commented 10 years ago

And maybe a themed hosted service. Prettier that gists.

mjchamplin commented 10 years ago

Definitely on board to make that. Like gists but prettier. Now that's an idea I can get behind. ;)

octalmage commented 10 years ago

I think for storing images, I might use Cloudup. The user would have to sign up and enter their credentials. It may not be the cleanest solution, but it's better than eating the cost of image hosting!

octalmage commented 9 years ago

http://notehub.org looks cool, and they have an API!