#=============================================================================================== # # Local configuration file for ToDoExtension.py # # Please maintain your configuration needs in this file and not in the main ToDoExtension.py. # # The values listed here are the ones copied from the defaults as of 2008-02-24. That may change. # Simply uncomment the one(s) you want and change the value(s) to your needs. # # Or to make it a bit simpler: # Delete all lines below and only write those values into this file you really want to change. # # Attention: Don't indent these 'self.... lines!!! # #=============================================================================================== # make sure that 'UNTAGGED' is always there! #self.tags = [ # ('UNTAGGED', '++++ Not yet tagged', '', ''), # ('High', '+++ HIGH!', '', ''), # ('Next', '++++ Next Actions', '', ''), # ('ThisWeek', '++++ This Week', '', ''), # ('SomeDay', '++++ SomeDay / Maybe', '', ''), # ('TimeToTime', '++++ From time to time', '', ''), # ('Low', '++++ Tagged as LOW', '', ''), # ('VeryLow', '++++ Tagged as Very LOW', '', ''), # ] #self.placemark = "++++ ________auto-collected todos________" #self.underline = "_______" #self.spacerline = "-" * 4 #self.bullet = " * " #self.iconString = '[icon: spanner]' #self.colorStringNormal = '[color: black]' # Colors for the ToDo entry in the tree #self.colorStringNext = '[color: orange]' # #self.colorStringToday = '[color: red]' # #self.colorStringMissed = '[color: magenta]' # #self.notagHeading = "++++ " # for unknown tagged entries #self.dateHeading = "++++ " # for date entries far away (distance see below) #self.dateHeadingX = "+++ " # for date entries in near future or missed in past #self.missedString = " ___ (+GONE+)" #self.nowString = " ___ !!! TODAY !!!" self.outDateFormat = "%m/%d/%Y" # if this is set = "" the local date format is used, else set it to "%m/%d/%Y", "%d.%m.%Y" or "%Y-%m-%d" for example # Note: On Windows the determination of the locale doesn't work yet. So you have to set it manually here. # Or it defaults to "%Y-%m-%d". #self.showWeekday = True # show weekday after dates #self.weekdayFormat = " (%s," # %s is replaced by the weekday as in the array below, # together with the optional week number (see below) it gives e.g. " (Fri, W42)" #self.weekdays = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] # English #self.weekdays = ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'] # English #self.weekdays = ['Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa', 'So'] # German #self.showWeeknumber = True # show weeknumber after dates #self.weeknumberFormat = " W%02d)" # %02d is replaced by the weeknumber (2 digits with leading 0-padded) #self.checkSearchString = 1 # 0 = no search string: ignore characters after 'ToDo' # 1 = case insensitive search string after 'ToDo' # 2 = case sensitive search string after 'ToDo' #self.dayrange = 7 # to mark date entries in that range as "more important" # than the ones in "far" future #self.showInfoPopup = True # about todos for today / missed ones #self.infoPopupTimeDelta = 2 # number of minutes where no new popup is shown after last visit of ToDo page #self.onlyRealTodos = True # True = ignore done, wait, question etc. # False = all from wikidPads todo-like category #self.setBookmark = True # set the ToDo page [bookmarked=true] so it is listed in the Bookmark popup (Shift-Ctrl-B) #self.realDatesLast = False # False: sorting is: untagged - known tags - dates - newly tagged (the default) # True: sorting is: untagged - known tags - newly tagged - dates (test for Jouni) #self.realDatesSeparate = False # False: all todos in one page: ToDo # True: todos with real dates on a page "ToDoCalendar", all others on the normal page "ToDo" # The following feature works, but doesn't look nice, really! So better let it disabled... #self.extendedLinks = False # True = create links with search capability on target page (only working in editor window!?) # False = create normal links