Skip to content

Commit 704ae96

Browse files
committed
Fix a couple more grammar nits in the clipper post
1 parent 2e0b265 commit 704ae96

File tree

1 file changed

+2
-2
lines changed
  • pages/20241129-obsidian-webclipper-config

1 file changed

+2
-2
lines changed

pages/20241129-obsidian-webclipper-config/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ I installed the extension and created an initial template to store page highligh
2828
2. Click the Obsidian icon in the Firefox toolbar and then click the gear to open the settings screen.
2929
3. Add my primary vault named `Journal` to the _Vaults_ list.
3030
4. Create a _New Template_ named `Highlights Only` which saves to the `untriaged` folder in my `Journal` vault and has _Note content_ `{{highlights|map: item => item.text|join:"\n\n"}}` (i.e., the text of all my highlights separated by newlines).
31-
5. Update the _Properties_ in the template to align with ones I already use on my Obsidian notes (e.g., `url` instead of `source`, `clipped` instead of `created` with a ISO-8601 datetime).
31+
5. Update the _Properties_ in the template to align with ones I already use on my Obsidian notes (e.g., `url` instead of `source`, `clipped` instead of `created` with an ISO-8601 datetime).
3232
6. Delete the _Default_ template.
33-
7. Click _Properties_ in the sidebar and then _Remove unused properties_ so only the metadata I care about is listed.
33+
7. Click _Properties_ in the sidebar and then _Remove unused properties_ so only the metadata I care about are listed.
3434

3535
At this point, I was able to open the extension, click the highlighter icon, select portions of the page, and save notes containing my manual highlights.
3636

0 commit comments

Comments
 (0)