Archives

Currently Reading

Interesting TimesSoul MusicMen at ArmsLords and LadiesWitches AbroadReaper Man

More of Sytone's books »
Book recommendations, book reviews, quotes, book clubs, book trivia, book lists

Automating OneNote with AutoHotKey to be a Journal V1.1

Tweet

Here is Version 1.1 of the script, it has some logging and I have tried to make the config simpler. I use OneNote more and more in my daily work. I wanted to have the ability to make a journal function accessible from anywhere.

Goal:To be able to hit Win+J and have OneNote [...]

Making a shortcut to Libraries in Windows 7

Tweet

I use AutoHotKey for automation, I needed to make a link to the Libraries in Windows 7 as they hold all my info in one place now. To do this just use the following line.

Run, "%A_AppData%\Microsoft\Windows\Libraries\Documents.library-ms"

Replace Documents with the library name.

Automating OneNote with AutoHotKey to be a Journal

Tweet

I use OneNote more and more in my daily work. I wanted to have the ability to make a journal function accessible from anywhere.

Goal :To be able to hit Win+J and have OneNote open the right page and date and time stamp the entry.

Outcome:

When I hit Win+J it opens OneNote [...]