[I] have done a major refactoring of my Google Doc Writing Tracker. Several new features have been added, but the biggest change is that the scripts are not data-driven, making them much easier to setup and configure. If you are using the scripts today, or have been wanting to try them out, you are welcome to install the new beta version.
You can get the files from the beta-version-2 branch on GitHub.
Be sure to read the README as that has been updated to reflect the changes in the system.
New features
- NEW: A new spreadsheet is available with all of the configuration information built into it. You just fill in the blanks on the Config tab, and the script takes care of the rest. This makes it easier to configure and customize without the need to go into the code.
- NEW: Option to break down daily word counts into fiction/nonfiction.
- NEW: Ability to run the scripts in test mode. Allows you to see the results of your configuration in the log without the changes being applied to your spreadsheet.
- NEW: Ability to customize the order of the columns on the Writing tab.
- NEW: Ability to customize the names of the tabs in the spreadsheet.
- NEW: Ability to customize the location and names of the Sandbox and Snapshot (formerly “Earlier”) folders.
- NEW: Ability to capture time spent writing by integrating with the RescueTime API (experimental).
- NEW: Ability to generate Daily Almanac summary email that lists stats for the day, and identifies trends and records.
- NEW: Improved logging in test mode.
- NEW: Validation of configuration settings.
What I hope to accomplish with the beta
So far, these changes are working very well for me. But I can only really test in my own environment, and because I initially wrote the scripts for me, they may be inadvertently tailored to my environment. In this version, I’ve tried to generalize a lot of the code and make it more flexible and easier to use in other environments.
What I am looking for in this beta is to have people test the scripts in many environments in order to identify any problems, and iron them out before merging this code back into the master branch.
To that end, if you use the scripts I ask that you do 2 things:
- Log an issue if you find a problem. Understand that I don’t have a lot of time to work on these scripts. I set aside a chunk of time once a year or so to do a major refactoring like this, but that’s about all I can do. So while I will try to address all of the issues, it may take a while.
- If you see a way in which the documentation can be clarified, by all means let me know.
If I do have time, I will try to address the issues as quickly as I can, but that time isn’t guaranteed, and as I say in the README, while I’m making these scripts available to anyone who wants to use them, I don’t have time to support them. You use them at your own risk, so be sure to read the README.
The initial setup can be a little cumbersome and I’ve tried to clarify it in the documentation. Once it is setup, if all goes well, it should just run silently in the background and add to your spreadsheet each day.
If you use the scripts, let me know how they work for you. They work great for me, but of course, they were designed for me and my environment. With this revision, I’m hoping that they work equally well for anyone who chooses to use them.
Comments