no, wikilinks don't inline remote images; but HTML, Markdown etc. do

master
smcv 2015-06-21 07:32:24 -04:00 committed by admin
parent 31e26d23ce
commit af5f66655e
1 changed files with 7 additions and 2 deletions

View File

@ -23,5 +23,10 @@ Is it possible to give an external image URL, must the image be local? One use c
> Eventually wrote my own plugin: [[plugins/contrib/rimg]]. --[[Louis|spalax]] > Eventually wrote my own plugin: [[plugins/contrib/rimg]]. --[[Louis|spalax]]
>> What's wrong with using a wikilink, \[[https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]? >> All the markup formats supported by ikiwiki can do raw HTML (possibly
>> --[[smcv]] >> filtered), so you can use `<img>` for basic remote images; or you can
>> use your chosen markup format's image syntax, like
>> !\[some stars](https://img.shields.io/github/stars/joeyh/ikiwiki.svg)
>> for Markdown. I don't think ikiwiki directives should duplicate markup
>> formats' features unless it makes a significant difference to functionality
>> or usability. --[[smcv]]