Modify ↓
#8521 closed enhancement (fixed)
Install the NewsFlashMacro
| Reported by: | Ryan J Ollos | Owned by: | Michael Renzmann |
|---|---|---|---|
| Priority: | normal | Component: | TracHacks |
| Severity: | normal | Keywords: | |
| Cc: | Steffen Hoffmann | Trac Release: | 0.10 |
Description
Several of us put a newsflash box on project wiki pagess, e.g. AnnouncerPlugin (hasienda), GoogleMapMacro (martin_s), AcronymsPlugin (rjollos).
It is simple to insert the HTML div element into the page:
[[html(<div id="newsflash">)]] [[html(</div>)]]
but it would be slightly nicer to be able to use the wiki processor provided by the NewsFlashMacro:
{{{
#!NewsFlash
}}}
Attachments (0)
Change History (3)
comment:1 follow-up: 2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 15 years ago by
comment:3 Changed 12 years ago by
Replying to rjollos:
It is simple to insert the HTML div element into the page:
[[html(<div id="newsflash">)]] [[html(</div>)]]
Using a pair of html macro calls doesn't seem to work in Trac 1.0, so good thing we have the NewsFlashMacro now.
Note: See
TracTickets for help on using
tickets.



Done. Also added a news item to let people know about it.