diff --git a/doc/todo/progressbar_plugin.mdwn b/doc/todo/progressbar_plugin.mdwn index d8c0a5cec..4677160fb 100644 --- a/doc/todo/progressbar_plugin.mdwn +++ b/doc/todo/progressbar_plugin.mdwn @@ -62,6 +62,8 @@ Any comments? --[[Paweł|ptecza]] >>> Thank you for the code! I know how to fix that problem, because I had >>> the same issue while writing [[todo/color_plugin]] :) --[[Paweł|ptecza]] +>>>> Ahh - good idea. Patch updated to work with HTMLScrubber. --[[Will]] + #!/usr/bin/perl package IkiWiki::Plugin::progress; @@ -74,6 +76,7 @@ Any comments? --[[Paweł|ptecza]] sub import { #{{{ hook(type => "getsetup", id => "progress", call => \&getsetup); hook(type => "preprocess", id => "progress", call => \&preprocess); + hook(type => "format", id => "progress", call => \&format); } # }}} sub getsetup () { #{{{ @@ -124,4 +127,38 @@ Any comments? --[[Paweł|ptecza]] } # }}} + sub format(@) { #{{{ + my %params = @_; + + # If HTMLScrubber has removed the style attribute, then bring it back + + $params{content} =~ s!