DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:avtaskbox

AV Task Box Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" probably
  • 2023-04-04 "Jack Jackrum" probably
  • 2022-07-31 "Igor" probably
  • 2020-07-29 "Hogfather" yes

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

Last updated on
2022-08-08
Provides
Syntax
Repository
Source

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.

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.
  • 2022-08-08
    • Fix broken blank image in progress bar.
    • Confirmed support for 2022-07-31 “Igor”.

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.

wonderful plugin, thank you!
i'd like to link pages within the text.
dominique 2022/08/05

plugin/avtaskbox.txt · Last modified: 2022-08-08 20:46 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