Vimwiki: can vimwiki support image display?

Created on 17 Aug 2017  路  3Comments  路  Source: vimwiki/vimwiki

my wiki use vimwiki, so, i want to add some girls image , but don't know how.

Most helpful comment

From the vimwiki-help:

Transclude from a local URL: >
  {{file:../../images/vimwiki_logo.png}}
or from a universal URL: >
  {{http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png}}

Transclude image with alternate text: >
  {{http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png|Vimwiki}}
in HTML: >
  <img src="http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png"
  alt="Vimwiki"/>

Transclude image with alternate text and some style: >
  {{http://.../vimwiki_logo.png|cool stuff|style="width:150px;height:120px;"}}
in HTML: >
  <img src="http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png"
  alt="cool stuff" style="width:150px; height:120px"/>

Vimwiki won't display the images in vim but you will be able to see the images in the rendered HTML.

All 3 comments

From the vimwiki-help:

Transclude from a local URL: >
  {{file:../../images/vimwiki_logo.png}}
or from a universal URL: >
  {{http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png}}

Transclude image with alternate text: >
  {{http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png|Vimwiki}}
in HTML: >
  <img src="http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png"
  alt="Vimwiki"/>

Transclude image with alternate text and some style: >
  {{http://.../vimwiki_logo.png|cool stuff|style="width:150px;height:120px;"}}
in HTML: >
  <img src="http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png"
  alt="cool stuff" style="width:150px; height:120px"/>

Vimwiki won't display the images in vim but you will be able to see the images in the rendered HTML.

thank you very much.

Can we mark this as closed?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

imbilltucker picture imbilltucker  路  5Comments

BSDxxxx picture BSDxxxx  路  3Comments

gerardbm picture gerardbm  路  4Comments

yangkev picture yangkev  路  5Comments

davy79 picture davy79  路  4Comments