Skip to content

Commit 0414c7e

Browse files
committed
docs: added link to categorization docs in settings
1 parent bd6d38b commit 0414c7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/views/settings/CategorizationSettings.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ div
1111
input(type="file" @change="importCategories" hidden)
1212
b-btn.ml-1(@click="exportClasses", variant="outline-primary" size="sm")
1313
| Export
14-
div
14+
p
1515
| Rules for categorizing events. An event can only have one category. If several categories match, the deepest one will be chosen.
16+
p
17+
| For help on how to write categorization rules, see #[a(href="https://docs.activitywatch.net/en/latest/features/categorization.html") the documentation].
1618

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

0 commit comments

Comments
 (0)