Skip to content

Commit 091d59c

Browse files
committed
Fix broken links in README.md
1 parent e8517f3 commit 091d59c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ActivityWatch and Obsidian compatibility
2-
(https://activitywatch.net/)[ActivityWatch] is an open source time tracker capable of keeping track how much time is spent using which program. To get detailed info, ActivityWatch allows adding *Watchers* capable of sending relevant information to the ActivityWatch API.
2+
ActivityWatch (https://activitywatch.net/) is an open source time tracker capable of keeping track how much time is spent using which program. To get detailed info, ActivityWatch allows adding *Watchers* capable of sending relevant information to the ActivityWatch API.
33

44
## How do I use it?
55
aw-watcher-obsidian is an ActivityWatch watcher watching the user activity in Obsidian vaults with the plugin active. The watcher currently tracks the name of the vault as well as the name of the currently active markdown file. The timeline and activity view in the evaluation screen of ActivityWatch will then be capable of telling the user how much time they spent on which file.
@@ -9,5 +9,5 @@ The data being collected by this plugin is sent to the ActivityWatch server runn
99

1010
## Development
1111
To contribute, anyone can make Pull Requests. Considering this is a hobby project, they may or may not be merged, and merges may take a while depending on my available schedule.
12-
To start contributing, reading the Obsidian plugin *getting started* entry on the (https://forum.obsidian.md/t/how-to-get-started-with-developing-a-custom-plugin/8157/3)[obsidian forum] may help.
13-
For documentation on watchers for ActivityWatch, the (https://docs.activitywatch.net/en/latest/examples/writing-watchers.html)[ActivityWatch documentation] might help. Just keep in mind Obsidian does not allow post requests using axios or fetch due to CORS policy. There is an official JS client for ActivityWatch at https://github.com/ActivityWatch/aw-client-js, but it does not work due to using axios instead of the unrestricted request of the Obsidian API. Any requests to ActivityWatch API being made need to be rewritten to use the Obsidian request API.
12+
To start contributing, reading the Obsidian plugin *getting started* entry on the obsidian forum (https://forum.obsidian.md/t/how-to-get-started-with-developing-a-custom-plugin/8157/3) may help.
13+
For documentation on watchers for ActivityWatch, the documentation entry at https://docs.activitywatch.net/en/latest/examples/writing-watchers.html might help. Just keep in mind Obsidian does not allow post requests using axios or fetch due to CORS policy. There is an official JS client for ActivityWatch at https://github.com/ActivityWatch/aw-client-js, but it does not work due to using axios instead of the unrestricted request of the Obsidian API. Any requests to ActivityWatch API being made need to be rewritten to use the Obsidian request API.

0 commit comments

Comments
 (0)