プロジェクト

全般

プロフィール

Vote #71951

未完了

Insert HTML fragments

Admin Redmine さんがほぼ4年前に追加. ほぼ4年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Text formatting_26
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
26
version_id:
0
issue_org_id:
11060
author_id:
45875
assigned_to_id:
0
comments:
3
status_id:
1
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

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 ?


journals

--------------------------------------------------------------------------------
Not very safe for instances allowing wiki page editing to everybody.
--------------------------------------------------------------------------------
It's true, but this feature allow you to add more informations to your wiki/issue.
To control this feature, for example, you can add a new permission to group, no?
--------------------------------------------------------------------------------

Admin Redmine さんがほぼ4年前に更新

  • カテゴリText formatting_26 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0