DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:avtaskbox

This is an old revision of the document!


AV Task Box Plugin

Compatible with DokuWiki

2018-04-22b+

plugin Generates nicely formatted boxes for describing project tasks or user stories

Last updated on
2020-02-07
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with boxes, gtd, pm, projects, task, todo, userstory

By Sherri W. (http://SyntaxSeed.com/)

Description

With this plugin you can format task or user-story information into nice tables for doing project management or keeping a todolist.

Screenshot and info available here: AV Task Box

Syntax and Usage

<task>
TITLE: A test task
PRIORITY: High
ESTIMATE: 4h
PROGRESS: 10%
ASSIGNED: Sherri
DESCRIPTION: Some stuff for you. You can have newlines in this part. Description must be the last item.
</task>
  • The labels for each item are not case sensitive. I just make them all caps to make them visible.
  • Each item must take up only one line, except the description can be on multiple lines.
  • The description will maintain newlines.
  • The description must be the last item in the list before the </task> tag. The other items can be in any order before the description item.
  • You can leave out any of the items(attributes), or leave them blank, and it will still look okay.
  • The entire thing is wrapped in a span with the CSS class “avtaskbox” so you can style it in your CSS.

Output

Installation

Known Bugs

  • None.

To Do

  • Make priorities colored.
  • Support Dokuwiki syntax inside description box.
  • Use a div instead of a table?

Changelog

  • 2009-11-19
    • created plugin.
  • 2013-02-25
    • Fixed image url and minor layout bugs.
    • Image fix by user monoceros84.
    • Updated this wiki page to remove comments that have been fixed.
  • 2020-02-07
    • Update for PHP v 7+
    • Add to GitHub repo.

Source

Contributing

Please submit a PR to the GitHub repo.

Comments / Discussion

Hi everyone, let me know what you think. ~Sherri

Hi, quite a simple useful plugin. I have got some ideas for improvment:

  1. Including dokuwiki syntax within description field.
  2. Maybe the task should be enclosed in HTML div, not in table. So, in case of longer description the text will be displayed in whole page.

peter 2010/05/20 17:25.

plugin/avtaskbox.1581100398.txt.gz · Last modified: 2020-02-07 19:33 by sherri

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki