Changes between Version 9 and Version 10 of WikiMacros
- Timestamp:
- Oct 19, 2019, 12:50:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiMacros
v9 v10 43 43 == Contributed macros 44 44 45 The [http ://trac-hacks.org/ Trac Hacks] site provides a large collection of macros and other Trac [TracPlugins plugins] contributed by the Trac community. If you are looking for new macros, or have written one that you would like to share, please visit that site.45 The [https://trac-hacks.org/ Trac Hacks] site provides a large collection of macros and other Trac [TracPlugins plugins] contributed by the Trac community. If you are looking for new macros, or have written one that you would like to share, please visit that site. 46 46 47 47 == Developing Custom Macros 48 48 49 Macros, like Trac itself, are written in the [http ://python.org/ Python programming language] and are a type of [TracPlugins plugin].49 Macros, like Trac itself, are written in the [https://python.org/ Python programming language] and are a type of [TracPlugins plugin]. 50 50 51 51 Here are 2 simple examples showing how to create a Macro. For more information about developing macros, see the [trac:TracDev development resources] and [trac:browser:branches/1.2-stable/sample-plugins sample-plugins].