moinwiki / moin

MoinMoin Wiki Development (2.0+), unstable, for production please use 1.9.x.
https://moinmo.in/
Other
304 stars 91 forks source link

Missing macros #1585

Open UlrichB22 opened 8 months ago

UlrichB22 commented 8 months ago

There are some macros in moin1.9 that are not yet implemented. I found these in an existing moin1.9 wiki:

I will add a PR to log missing macros in the migration with moin import19.

UlrichB22 commented 4 months ago

I would like to create a simple SlideShow Macro as replacement for <<Action(SlideShow)>>. The idea is to have single page slide shows as described in HelpOnSlideShows. I would be pleased to get some hints and suggestions for the implementation.

RogerHaase commented 4 months ago

Actions went away in moin2 before I started working on the project. Looked, but could not find a relevant discussion in the old Google Summer of Code logs. I found this history of enhancements: http://moinmo.in/RichardFlieger/Ideas/SlideShow

I assume SlideShow should be implemented as a macro copying code from the 1.9 action/SlideShow.py. Do not implement the <> macro.