Skip to content

Commit

Permalink
Update Macro_TogglManager.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann authored Aug 18, 2021
1 parent 2d61dff commit 6ecdbce
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/Examples/Macro_TogglManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ You can find the script [here](./Attachments/togglManager.js).
5. Go back out to your QuickAdd main menu and add a new Macro choice. Again, you decide the name. I named mine ``⏳ Toggl Manager``. This is what activates the macro.
6. Attach the Macro to the Macro Choice you just created. Do so by clicking the cog ⚙ icon and selecting it.

Your Macro should look like this: ![TogglManager Macro](../Images/TogglManagerMacro.png)
Your Macro should look like this:

Your Macro Choice should look like this: ![Toggl Manager Macro Choice](../Images/TogglManagerMacroChoice.png)
![TogglManager Macro](../Images/TogglManagerMacro.png)

Your Macro Choice should look like this:

![Toggl Manager Macro Choice](../Images/TogglManagerMacroChoice.png)

## Configuration
You will need to configure your script to match your own settings. I have included some example settings from my own setup, but you'll likely want to make it match your own preferences.
Expand Down Expand Up @@ -62,4 +66,4 @@ const menu = {

In the menu, there'll be 3 sub-menus with their own time entries. I have added some comments to explain the anatomy of the menu.

You can customize it however you like. You can add more menus, remove menus, and so on.
You can customize it however you like. You can add more menus, remove menus, and so on.

0 comments on commit 6ecdbce

Please sign in to comment.