Actions
Feature #11060
openInsert HTML fragments
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
There is any possibility to insert HTML fragments in wiki/project description?
I was looking for similar functionality and so I added a simple macro to macros.rb.
Here is the code snippet.
desc "Insert html" + "\n\n" + " !{{html(html block)}}" macro :html do |obj, args| return CGI::unescapeHTML(args.join(",")) end
Source: http://www.redmine.org/boards/2/topics/2677?r=21292#message-21292
Can you add this in a next release of Redmine ?
Actions