<p>The Markdown plugin just feeds formatted strings to WebKit view, it never writes any files to the file system, so Refresh from WebKit's point of view doesn't make much sense here. Markdown <a href="https://github.com/geany/geany-plugins/blob/master/markdown/src/viewer.c#L359">uses <code>file://.</code></a> for the base URI, it might work somehow if a valid base URI was used, like the real URI of the uncompiled markdown text file or something.</p>

<p>It might also be possible to hook into WebKit's Refresh command and make it just re-update with a formatted string like it normally does. If anyone wants to implement that, I'd review it.</p>

<p><a href="https://github.com/belkka" class="user-mention">@belkka</a> is your use-case that you've updated the file outside of Geany? If so, maybe you could use <kbd>Ctrl</kbd>+<kbd>R</kbd> to reload the document in Geany (it will be nagging you anyway), this should re-update the WebKit view.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/441#issuecomment-225324316">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ2TKZfGj47ykhfbTHkkkvhtfhVddks5qKf72gaJpZM4Iy5m1">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0kuz6QGxoJGDlYNxDu51s0tOr0fks5qKf72gaJpZM4Iy5m1.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/issues/441#issuecomment-225324316"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>