From e0244a9a8887742db1546fc9c0795b075a7a8aa0 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Thu, 7 Sep 2023 18:35:58 +0200 Subject: [PATCH] chore: example --- examples/format with template example.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/format with template example.md b/examples/format with template example.md index 5d80672c..e3aca791 100644 --- a/examples/format with template example.md +++ b/examples/format with template example.md @@ -1,5 +1,4 @@ <%* const modalForm = app.plugins.plugins.obsidianModalForm.api; const result = await modalForm.openForm('example-form'); -tR += result.asString('{{Name}} is {{age}} years old and his/her favourite food is {{favorite_meal}}. Family status: {{is_family}}'); --%> \ No newline at end of file +tR += result.asString('{{Name}} is {{age}} years old and his/her favourite food is {{favorite_meal}}. Family status: {{is_family}}'); \ No newline at end of file