Modify

Opened 4 years ago

Closed 4 years ago

Last modified 16 months ago

#8521 closed enhancement (fixed)

Install the NewsFlashMacro

Reported by: rjollos Owned by: otaku42
Priority: normal Component: TracHacks
Severity: normal Keywords:
Cc: hasienda 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: Changed 4 years ago by otaku42

  • Resolution set to fixed
  • Status changed from new to closed

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

comment:2 in reply to: ↑ 1 Changed 4 years ago by rjollos

Replying to otaku42:

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

Thanks! Tried it out on same pages and seems to be working well.

comment:3 in reply to: ↑ description Changed 16 months ago by rjollos

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.

Add Comment

Modify Ticket

Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.