aswinrajeev / blogly

Blogly is an open-source desktop application for bloggers and content writers
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Map internal images to external links in blog posts #39

Closed aswinrajeev closed 4 years ago

aswinrajeev commented 4 years ago

Uploading the images to Google Drive and linking the same in the blog post results in delayed loading of the images. As a solution to this, keep a local copy of the image and create a map of the local URL to the one uploaded.

Instead, of setting the remote URL to the post image, set the local URL. Later when publishing, replace this local URL with that of the remote.