Skip to content

A clojure client application that is capable querying workflowy.com and extracting some agenda from it.

License

Notifications You must be signed in to change notification settings

palesz/workflowy-agenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflowy-agenda

Workflowy tags

This agenda application uses simple tags to figure out the scheduled time and deadline about the tasks you had created.

  • Add a #d-yyyy-mm-dd tag to your task in workflowy to indicate the deadline on the task.
  • Add a #s-yyyy-mm-dd tag to your task to indicate the next scheduled time for this task (when do you want to touch it next).

How to run

A clojure client application that is capable querying workflowy.com and extracting some agenda from it.

to run it, just create a lein uberjar first:

lein uberjar

After that, create a workflowy-agenda.config file in your home directory:

cd ~
vim workflowy-agenda.config

with this content:

{
  :username "your-workflowy-account-email-addr"
  :password "your-workflowy-password"
}

and now, start it:

java -jar target/workflowy.....-standalone.jar

About

A clojure client application that is capable querying workflowy.com and extracting some agenda from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published