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

Including Images #15

Open
jalandoak opened this issue Jul 17, 2016 · 1 comment
Open

Including Images #15

jalandoak opened this issue Jul 17, 2016 · 1 comment

Comments

@jalandoak
Copy link

This is less of an issue, and more of a request. I can insert Markdown for an image, and MarkdownJournal tries to display, but it can't find it. Is there a way to get them to show images loaded to Dropbox?

@maciakl
Copy link
Owner

maciakl commented Aug 1, 2016

This is a good idea, though I'm not entirely sure how to implement it yet.

Right now you should be able to insert public images by simply putting a full URL in the image link:

![alt text](http://example.com/foo.jpg)

Images in a Dropbox folder are not web accessible so including them with a markdown syntax won't work. So this would require some sort of a hook, that would grab the image from your folder, load it into memory, convert it into base64 and then inject it into the final page as an inline image.

I will fiddle around with it and see what can be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants