Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
19 stars 9 forks source link

Images don't appear the first time a file is loaded #74

Closed ig-ealbert closed 8 years ago

ig-ealbert commented 8 years ago

I've been using Livewire to work on some markdown files.

The images are properly written in markdown. Ex. ![Running application](images/data-structures-05.png "Running application")

When I open a markdown file with images, and the images folder is also on disk at the correct relative path, the first time I open the file, the images will show up as text.

If I close the file and reopen it, that often solves the problem. Sometimes I have to do it more than once, but eventually the images will appear.

This only happens for the first file that Livewire opens. So if you can't reproduce it, close Livewire and reopen it. Is it something that isn't "loaded" yet? Like whatever library is handling the image display?