Posts

Showing posts with the label B Farnsworth

I wanted to share something that has worked for me. Maybe someone else could benefit from it.

I wanted to share something that has worked for me. Maybe someone else could benefit from it. I have been using Auto Hotkey to generate a standardized date/time stamp. I have it set so that if I press the windows key and semi-colon (Windows Key + ; ), it will generate a date time stamp surrounded by two "*" for bolding the date, and a line break. It looks like this: **2018/06/06 07:53:09** The date is ordered yyyy/mm/dd ..... on purpose so that it sorts properly. Here's the app: https://www.autohotkey.com/ The script to do what I mentioned above is: #;:: FormatTime, TimeString, R, yyyy/MM/dd HH:mm:ss space := " " linebreak := "`+`r" send, **%TimeString%**%linebreak% return https://www.autohotkey.com/

Is there a way to have the sort function allow for reverse sorting?

Is there a way to have the sort function allow for reverse sorting? I have a technique where I use Auto Hotkey to generate a date and time stamp, but when I sort the list, it sorts from low to high (a-z), so the newest are at the bottom. I would like it to go high to low (z-a).

When emailing a task, is there a way to specify which heading it goes under when it arrives on Checkvist?

When emailing a task, is there a way to specify which heading it goes under when it arrives on Checkvist? As far as I know, it only can go to the top of the list.

I have a suggestion that sounds simple but could open up new possibilities.

I have a suggestion that sounds simple but could open up new possibilities. I would like to have list items that can be in multiple places at once. Not just a link from one to another, but actually being listed as a child of multiple headings at the same time. I'm sure there are numerous applications for this functionality, but I would use it so that I could use Checkvist as a CRM. So, for example, I could put a list item or note as a child of a business, and then have the same note as a child of a contact for that business, and maybe even have it in a 3rd place, such as under another heading to log activities associated with it. So, let's say I purchase a new car. I would want the car dealership as the main section with corresponding notes or list items as children. I would want the same notes also under another main section for the salesman, and then also under another main section for my bank (which would already be a main section because I already have a log with them), and...