Actions
Feature #410
closedAdd feature to wiki: inline-images
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I've been using PmWiki (http://www.pmwiki.com/) prior to installing Redmine, and one feature that really helped was
the ability for the Wiki to insert images.
For input, all the user types is the url to the jpg, i.e.:
And the wiki automatically converts that to the picture. I assume it works by scanning all words for something that
starts with "http://" and ends with ".jpg", then converts it to an <img> tag.
Actions