Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 2.91 KB

README.md

File metadata and controls

42 lines (22 loc) · 2.91 KB

ProdPsychosisUS

This repository is my hosting location and publication of the user script I made from @Lord_Vlad's orginal challenge and Userscript. I do not own the copyright and have his permission to have this repo.

The Userscript includes 4 checklist items that are automatically created if they don't already exist, they are automatically checked off if the conditions are true, if they are not true, the negative habit gets ticked a number of times based on the checklist item, I won't repeat that as it's already in the challenge description

Setup guide:

  1. Make a google app script by going to script.google.com it should prompt you to make a script if it's your first time on the site.

  2. Copy the code from code.gs and config.html after downloading one of the releases I would reccomend picking the latest release not marked as a pre-release, e.g, not alpha or beta, or unstable by any other means and put it into the google app script

  3. Setup a trigger to run on scheduleCron and make it Time-driven, you can make it repeat either daily on a range of hours (I personally have it run between 2-3 AM) or at a specific hourly interval, the trigger section is right below the code section.

You should replace the strings in quotes in config.html with your data.

If you want to blacklist to-dos for either category, you should put the full title of the to-do in the appropriate section of config.html

There are some config guides contained inline in the code, you should be fine. Feel free to start an issue or ask in the guild if you need anything.

There is a list of ideas for how you can modify this in the challenge description

To-do list

Restructuring update

Make to-do blacklisting for the to-do oreintated checklist items. This will allow stuff like monthly reviews which can only be done a few days ahead of time to work properly - done

Only score tasks if they aren't already scored - done

Auto check off daily task when all checklist items checked - done

Make config settings galore to allow 0 editing of the main file - currently working on

make a non user script version of the challenge with more dallies - queued

Content update have a requirement for less than 20 to-dos - done

Have a requirement for 4 to-dos done - queued and unknown in regards to how to execute on it

Have a requirement for 5 checklist items on to-dos clicked - queued and unknown in regards to how to execute on it