diff --git a/TemplateDoc.md b/TemplateDoc.md index de92531..48ba7a7 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 -### QuickNoteV2 +### QuickNoteV3 > variables: annotationItem, topItem diff --git a/TemplateUsage.md b/TemplateUsage.md index 162c7f3..98204c7 100644 --- a/TemplateUsage.md +++ b/TemplateUsage.md @@ -33,7 +33,7 @@ Only the template with specific name will be called. - QuickInsert: Called when inserting a note link to main note. - QuickBackLink: Called when inserting a note link to main note. The template will be inserted to the end of the sub-note and point to the main note by default. - QuickImport: Called when importing a sub-note to main note. -- QuickNoteV2: Called when creating a note from an annotation. +- QuickNoteV3: Called when creating a note from an annotation. > QuickNote is deprecated since v0.6.25 - ExportMDFileName: Called when exporting notes to markdown in batch/linked notes to markdown mode. The rendered template will be file name. diff --git a/addon/chrome/content/export.xul b/addon/chrome/content/export.xul index b4754ae..586655e 100644 --- a/addon/chrome/content/export.xul +++ b/addon/chrome/content/export.xul @@ -11,14 +11,14 @@ %knowledgeDTD; ]> - +