From a593e9d656628924c7a6d65aaa9803029b008551 Mon Sep 17 00:00:00 2001
From: windingwind <33902321+windingwind@users.noreply.github.com>
Date: Thu, 6 Jul 2023 15:12:35 +0800
Subject: [PATCH] Update about-note-template.md
---
docs/about-note-template.md | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/docs/about-note-template.md b/docs/about-note-template.md
index ac7a535..1fd15d3 100644
--- a/docs/about-note-template.md
+++ b/docs/about-note-template.md
@@ -11,10 +11,10 @@ One-click to import.
Click to show the example template
```yaml
-# This template is for importing.
-# Do not copy-paste this to the editor directly.
-# To import the template, copy the content and
-# goto Zotero menubar, click Edit->New Template from Clipboard.
+# This template is specifically for importing/sharing, using better
+# notes 'import from clipboard': copy the content and
+# goto Zotero menu bar, click Edit->New Template from Clipboard.
+# Do not copy-paste this to better notes template editor directly.
name: "[Text] Current Time"
content: |-
// @use-markdown
@@ -129,10 +129,10 @@ If no stage pragma is given, the whole template will be processed on the default
Click to show the example template
```yaml
-# This template is for importing.
-# Do not copy-paste this to the editor directly.
-# To import the template, copy the content and
-# goto Zotero menubar, click Edit->New Template from Clipboard.
+# This template is specifically for importing/sharing, using better
+# notes 'import from clipboard': copy the content and
+# goto Zotero menu bar, click Edit->New Template from Clipboard.
+# Do not copy-paste this to better notes template editor directly.
name: "[Item] Example Item Template"
content: |-
// @beforeloop-begin
@@ -382,6 +382,10 @@ Users can use [Import Note Template](#import-note-template) to copy and import t
A template snippet should be in YAML format (YAML has better support for multi-line content):
```yaml
+# This template is specifically for importing/sharing, using better
+# notes 'import from clipboard': copy the content and
+# goto Zotero menu bar, click Edit->New Template from Clipboard.
+# Do not copy-paste this to better notes template editor directly.
name: "[TYPE] TEMPLATE NAME"
content: |-
// @author YOUR NAME