Skip to content

richbai90/UbersichtWunderlistTasks

 
 

Repository files navigation

Wunderlist Tasks widget for Übersicht

Wunderlist Tasks widget for Übersicht

Display Wunderlist open tasks on your desktop

Prerequisites

Getting Started

  1. Open your widgets folder.

    Select 'Open Widgets Folder' from the Übersicht menu in the top menu bar.

  2. Move the widget to your widgets folder.

    Drag the widget from your Downloads folder to the widgets folder you opened in step 1.

  3. Configure widget

    Open index.coffee file

     #Enter your Wunderlist User Email
     email: 'email'
     
     #Enter your Wunderlist User Password
     password: 'password'
     
     #Show names of lists 
     showListsNames: true, # true / false
     
     #Show lists by names
     #Example: ['Inbox', 'Products', 'Starred']
     showLists: [] #show all by default
     
     #Show only a certain number of tasks from a specific list
     iNumbers: 
     	'ListsName': 2
     	'Products': 1
    

About

Display Wunderlist open tasks on your desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%