From a1f37d83c0ff87d5507f9404b56d176009c67c57 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 24 Sep 2023 21:22:15 +0800 Subject: [PATCH] update: template doc --- docs/about-note-template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/about-note-template.md b/docs/about-note-template.md index 02023793..c66179c8 100644 --- a/docs/about-note-template.md +++ b/docs/about-note-template.md @@ -198,6 +198,12 @@ Basic user template. ### Builtin Templates +The name of builtin templates are not allowed to be modified. + +> Every time there is a breaking change, the corresponding builtin template will be updated and renamed to `{TEMPLATE_NAME}V{n+1}`, where `n` is the version number of the old builtin template and `{TEMPLATE_NAME}` is the name of the template. The old builtin template will be kept for compatibility. +> +> For example, the builtin template `[ExportMDFileNameV2]` may be renamed to `[ExportMDFileNameV3]` in the future. + | Name | Description | Variables | | ------------------- | -------------------------------------------------------- | ------------------------------------- | | QuickInsert | For forward link. | link, linkText, subNoteItem, noteItem |