moin icon indicating copy to clipboard operation
moin copied to clipboard

Missing macros

Open UlrichB22 opened this issue 1 year ago • 10 comments

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

  • Action
  • FullSearch ( :white_check_mark: partially done )
  • GoTo
  • Navigation
  • RandomQuote ( :white_check_mark: done )
  • ShowSmileys ( :white_check_mark: done )
  • SlideShow ( :white_check_mark: done )
  • SystemAdmin
  • TitleIndex ( :white_check_mark: done )

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

UlrichB22 avatar Feb 01 '24 14:02 UlrichB22

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.

UlrichB22 avatar Jun 05 '24 14:06 UlrichB22

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 <<Action..>> macro.

RogerHaase avatar Jun 05 '24 19:06 RogerHaase