Opened 12 years ago
Closed 12 years ago
#16 closed enhancement (fixed)
Slides: Progress bar support in tables
Reported by: | wander | Owned by: | |
---|---|---|---|
Priority: | major | Keywords: | |
Cc: |
Description
I would like to include progress bars in table cells:
#table foo | #progress;10% | bar | #progress;20% | #
The #progress
command is not evaluated, but printed in plaintext in the table cell instead. Is there any chance to parse progress bars in a table?
Note: See
TracTickets for help on using
tickets.
A # on the first line starts a new section, otherwise it is just text.
You do not want a new section, you want to embed something into the text flow, e.g. we could try to implement
~progress;10%~ in generator.go, i.e. mimic the way we handle ~img: and ~a: