Skip to content

Commit

Permalink
docs: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed May 8, 2024
1 parent df3709b commit 940e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 940e2f1

Please sign in to comment.