From afef4729a34f7b8e60062582292f7d40bfa02eac Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:29:44 +0800 Subject: [PATCH] Update TemplateDoc.md --- TemplateDoc.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TemplateDoc.md b/TemplateDoc.md index 8cf3ad6..de92531 100644 --- a/TemplateDoc.md +++ b/TemplateDoc.md @@ -40,7 +40,7 @@ In other type of templates, the default stage is called. > variables: subNoteLines: string[], subNoteItem, noteItem -### QuickNote +### QuickNoteV2 > variables: annotationItem, topItem @@ -54,15 +54,15 @@ In other type of templates, the default stage is called. ### Item -> beforeloop stage: items, copyNoteImage, editor, sharedObj -> default stage: topItem, itemNotes, copyNoteImage, editor, sharedObj -> afterloop stage: items, copyNoteImage, editor, sharedObj +> beforeloop stage: items, copyNoteImage, editor, sharedObj(for temporary variables, shared by all stages) +> default stage: topItem, itemNotes, copyNoteImage, editor, sharedObj +> afterloop stage: items, copyNoteImage, editor, sharedObj ### Note -> beforeloop stage: notes, copyNoteImage, editor, sharedObj -> default stage: noteItem, topItem, link, copyNoteImage, editor, sharedObj -> afterloop stage: notes, copyNoteImage, editor, sharedObj +> beforeloop stage: notes, copyNoteImage, editor, sharedObj(for temporary variables, shared by all stages) +> default stage: noteItem, topItem, link, copyNoteImage, editor, sharedObj +> afterloop stage: notes, copyNoteImage, editor, sharedObj ## Formats