Skip to content

Commit

Permalink
docs: added link to categorization docs in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 22, 2021
1 parent bd6d38b commit 0414c7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/settings/CategorizationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ div
input(type="file" @change="importCategories" hidden)
b-btn.ml-1(@click="exportClasses", variant="outline-primary" size="sm")
| Export
div
p
| Rules for categorizing events. An event can only have one category. If several categories match, the deepest one will be chosen.
p
| For help on how to write categorization rules, see #[a(href="https://docs.activitywatch.net/en/latest/features/categorization.html") the documentation].

div.my-4
b-alert(variant="warning" :show="classes_unsaved_changes")
Expand Down

0 comments on commit 0414c7e

Please sign in to comment.