Skip to content

Commit

Permalink
Update Macro_AddLocationLongLatFromAddress.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann authored Jul 16, 2021
1 parent 29ba29c commit 69b3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Examples/Macro_AddLocationLongLatFromAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Here is a [guide to installing user scripts](./Capture_FetchTasksFromTodoist.md)

It adds a YAML property to the active file called ``location`` with `[lat, long]` as its value given the address you enter.

**Important:** Requires MetaEdit. If you have your edit mode in MetaEdit set to All Multi, do note that you will need to remove the braces on line 23 in the script, so it looks like this: `await createYamlProperty("location", `${lat}, ${lon}`, activeFile);`.
**Important:** Requires MetaEdit. If you have your edit mode in MetaEdit set to All Multi, do note that you will need to remove the braces on line 23 in the script, so it looks like this: ```await createYamlProperty("location", `${lat}, ${lon}`, activeFile);```.

![Demo](../Images/longLatDemo.gif)

0 comments on commit 69b3ae0

Please sign in to comment.