From 940e2f16c3709b2c39452baf481b298b1cd94f8a Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Tue, 7 May 2024 20:52:24 -0600 Subject: [PATCH] docs: fix build --- docs/documentation.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation.toml b/docs/documentation.toml index 9fad000..a15a129 100644 --- a/docs/documentation.toml +++ b/docs/documentation.toml @@ -201,7 +201,7 @@ description = "Whether to open or not the newly created file. Warning: if you us [[tp.file.functions.create_new.args]] name = "folder" -description = "The folder to put the new file in, defaults to Obsidian's default location. If you want the file to appear in a different folder, specify it with `"PATH/TO/FOLDERNAME"` or `app.vault.getAbstractFileByPath(\"PATH/TO/FOLDERNAME\")`." +description = """The folder to put the new file in, defaults to Obsidian's default location. If you want the file to appear in a different folder, specify it with `"PATH/TO/FOLDERNAME"` or `app.vault.getAbstractFileByPath(\"PATH/TO/FOLDERNAME\")`.""" [[tp.file.functions.create_new.examples]] name = "File creation"