<?php
/**
 * Options for the ToDo Plugin
 */
 
$conf['AllowLinks'] = 0;   // Should the Todo's also Link to Files
$conf['ActionNamespace'] = ''; //What should the default namespace for actions be
$conf['Strikethrough'] = 1; // Should text have strikethrough when checked
$conf['CheckboxText'] = 1; //Should we allow action text to check the checkbox

//Setup VIM: ex: et ts=2 enc=utf-8 :