Feature #3870
Add "spoiler" or "cut" element to wiki markup
Status: | Closed | Start date: | 2009-09-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
Add ability to insert html element that in default state hide their content.
Syntax may be:
<spoiler> This text is hidden by default </spoiler>
This might be useful for example to hide rails logs.
Related issues
History
#1
Updated by Eric Davis almost 13 years ago
- Category set to Wiki
How would this work? Would there be a link to show/hide the hidden content?
#2
Updated by Andrew Chaika almost 13 years ago
- File spoiler.htm
added
Something like this spoiler.htm
#3
Updated by Alexey Ponomarev almost 11 years ago
That would be nice to see this feature in one of the further releases.
#4
Updated by Pavel Sokolov over 10 years ago
+1
#5
Updated by Danil Tashkinov almost 10 years ago
You can use this plugin http://www.redmine.org/plugins/redmine_cut_tag
#6
Updated by Alex Alex about 8 years ago
+1
#7
Updated by Alex Alex about 8 years ago
+1
#8
Updated by Michael Zakharenko almost 8 years ago
may be collapse macro helps ?
http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting#Macros
#9
Updated by Sergey Startsev over 6 years ago
Michael Zakharenko wrote:
may be collapse macro helps ?
http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting#Macros
+1
#10
Updated by Sergey Startsev over 6 years ago
I suggest to close the ticket in cause of macro existence
#11
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
As Michael Zakharenko and Sergey Startsev wrote, this can be done with {{collapse}}
macro implemented by #12167 (Redmine 2.2). I am closing this issue.
Thanks for pointing it out.
#12
Updated by Go MAEDA over 6 years ago
- Duplicates Feature #12167: Macro for inserting collapsible block of text added