diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/firm_up_plugin_interface.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/progressbar_plugin.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/firm_up_plugin_interface.mdwn b/doc/todo/firm_up_plugin_interface.mdwn index a8d34eada..3d77179cf 100644 --- a/doc/todo/firm_up_plugin_interface.mdwn +++ b/doc/todo/firm_up_plugin_interface.mdwn @@ -37,6 +37,6 @@ Functions used by only some plugins, undecided about exporting: Variables used by plugins but not exported yet: * %IkiWiki::pagecase (aggregate) -* %IkiWIki::backlinks (pagestats) +* %IkiWiki::backlinks (pagestats) [[todo/done]] diff --git a/doc/todo/progressbar_plugin.mdwn b/doc/todo/progressbar_plugin.mdwn index 436da4e1b..1df131ca3 100644 --- a/doc/todo/progressbar_plugin.mdwn +++ b/doc/todo/progressbar_plugin.mdwn @@ -18,6 +18,8 @@ A here is its HTML result: Note: I was trying with `<span>` tags too, but that tag is inline, so I can't set `width` property for it. +> In the poll plugin, I ended up using + Default CSS styles for the plugin can be like below: div.progress { |