I'm not really getting what you are trying to do, but for acronyms and terms (your example says "short definition") I use the AcronymsPlugin, so that when you define a term it will make an HTML acronym tag for it, which in Firefox displays an underlined word that when you hover over it, it displays the definition.
If you want to define items just on one page in an ad-hoc sense, you'll probably need to write your own custom macro. If you can do what you want with simple HTML code, it won't be hard if you have knowledge of how macros and python work. Unfortunately I've found next to no documentation on this, so macros/plugins have an extreme learning curve (at least for me). Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joost Kraaijeveld Hi, I would like to have a popup window as a link in wiki lists, something like below, so that the user still sees the main text but also gets additional information: * [wiki:pop_up_with_short_definition1 item1] * [wiki:pop_up_with_short_definition2 item2] * [wiki:pop_up_with_short_definition3 item3] Is this possible with the Trac wiki, and if so, how? TIA Joost --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
