From a965718560bda39b6006a773b25e8c6dfbcff3bd Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Sun, 12 Nov 2023 01:03:42 -0700 Subject: [PATCH] add hooks module to internal functions overview page --- docs/src/internal-functions/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/internal-functions/overview.md b/docs/src/internal-functions/overview.md index 31b76a14..4a71e867 100644 --- a/docs/src/internal-functions/overview.md +++ b/docs/src/internal-functions/overview.md @@ -6,6 +6,7 @@ The different internal variables and functions offered by [Templater](https://gi - [Date module](./internal-modules/date-module.md): `tp.date` - [File module](./internal-modules/file-module.md): `tp.file` - [Frontmatter module](./internal-modules/frontmatter-module.md): `tp.frontmatter` +- [Hooks module](./internal-modules/hooks-module.md): `tp.hooks` - [Obsidian module](./internal-modules/obsidian-module.md): `tp.obsidian` - [System module](./internal-modules/system-module.md): `tp.system` - [Web module](./internal-modules/web-module.md): `tp.web`