Tuesday, July 11, 2023

Freedom Data Import system flow diagram

The download count on "Freedom Data Import" has over 100. Thank you to all your download. I created a gif banner to expain how it works.


Thursday, June 22, 2023

To-do List Plugin template creation

When user select the plugin function from menu on a blank sheet, the add-on will ask if user want to have a template. If yes, a template will be created with instructions for user to trial.

Wednesday, May 10, 2023

To-do List Plugin checking updates on adjacent rows

Besides refreshing the row that has been edited, the add-on will also look for 20 rows above and 20 rows below for any updates.

Sunday, April 9, 2023

To-do List Plugin Frequency Code

The To-Do List plugin supports the following frequency codes:

  • d – Daily (excluding weekends)

  • 1d – Daily (including weekends)

  • nd – Every n days, where n is a number

  • w – Weekly

  • nw – Every n weeks, where n is a number

  • m – Monthly (see Note 1)

  • nm – Every n months, where n is a number

  • y – Yearly (see Note 1)

Note 1:
If the current date is within 3 days of the end of the month, the next due date will preserve the same distance from month-end.

  • For example, if the date is April 28, 2023 and the frequency is m, the next date will be May 29, 2023.

  • If the date is April 27, 2023, the next date will be May 27, 2023.

Thursday, March 30, 2023

First donor

I felt like a street performer who is looking forward for people to appreciate my work and pay for it. First donor finally came and donated $2 in Ko-fi using buy-a-coffee . Thank you to Aaron. Since PayPal deducted 38 cents, I added the payment link to Stripe.  

Wednesday, February 15, 2023

To-do List Plug-in User Defined Sorting

If a user wants to add a column to group their to-do list and sort by that group instead of the default sorting by status and date, they can follow the steps below:

1. Add the column, such as column E, and label it Group.


2. Run the Extensions > To-do List Plugin > Configure plug


3. Enter the Sort by column, such as E,C,A to sort by the Group, Status and Date.

4. Click the Submit button to update the sorting. The to-do list will be refreshed automatically, displaying the list according to the entered sort columns:


5. If a user wants to move the columns around, they can update the column letters in Configuration.






Monday, January 23, 2023