update: make template refresh stable

This commit is contained in:
windingwind 2024-08-23 18:45:14 +08:00
parent 1dea08ba8c
commit d1e48dc084
6 changed files with 5 additions and 6 deletions

View File

@ -65,7 +65,7 @@ editor-toolbar-settings-openAsTab = Open as tab
editor-toolbar-settings-openAsWindow = Open as window
editor-toolbar-settings-showInLibrary = Show in Library
editor-toolbar-settings-insertTemplate = Insert template
editor-toolbar-settings-refreshTemplates = Update content from templates (Beta)
editor-toolbar-settings-refreshTemplates = Update content from templates
editor-toolbar-settings-copyLink = Copy link (L{ $line })
editor-toolbar-settings-copyLinkAtSection = Copy link (Sec. { $section })
editor-toolbar-settings-openParent = Open Attachment

View File

@ -61,7 +61,7 @@ editor-toolbar-settings-openAsTab = Apri come scheda
editor-toolbar-settings-openAsWindow = Apri in nuova finestra
editor-toolbar-settings-showInLibrary = Mostra nella biblioteca
editor-toolbar-settings-insertTemplate = Inserisci template
editor-toolbar-settings-refreshTemplates = Aggiorna il contenuto dal template (Beta)
editor-toolbar-settings-refreshTemplates = Aggiorna il contenuto dal template
editor-toolbar-settings-copyLink = Copia link (L{ $line })
editor-toolbar-settings-copyLinkAtSection = Copia link (Sez. { $section })
editor-toolbar-settings-openParent = Apri allegato

View File

@ -65,7 +65,7 @@ editor-toolbar-settings-openAsTab = Open as tab
editor-toolbar-settings-openAsWindow = Open as window
editor-toolbar-settings-showInLibrary = Show in Library
editor-toolbar-settings-insertTemplate=Вставить шаблон
editor-toolbar-settings-refreshTemplates = Update content from templates (Beta)
editor-toolbar-settings-refreshTemplates = Update content from templates
editor-toolbar-settings-copyLink = Копировать Ссылку (L{ $line })
editor-toolbar-settings-copyLinkAtSection = Копировать Ссылку (Sec. { $section })
editor-toolbar-settings-openParent=Открыть вложение

View File

@ -65,7 +65,7 @@ editor-toolbar-settings-openAsTab = Sekme Olarak Aç
editor-toolbar-settings-openAsWindow = Pencere Olarak Aç
editor-toolbar-settings-showInLibrary = Kitaplıkta Göster
editor-toolbar-settings-insertTemplate = Şablon Uygula
editor-toolbar-settings-refreshTemplates = İçeriği Şablona Göre Güncelle (Beta)
editor-toolbar-settings-refreshTemplates = İçeriği Şablona Göre Güncelle
editor-toolbar-settings-copyLink = Bağlantıyı Kopyala (Satır { $line })
editor-toolbar-settings-copyLinkAtSection = Bağlantıyı Kopyala (Başlık { $section })
editor-toolbar-settings-openParent = Eki Aç

View File

@ -65,7 +65,7 @@ editor-toolbar-settings-openAsTab = 在标签页中打开
editor-toolbar-settings-openAsWindow = 在窗口中打开
editor-toolbar-settings-showInLibrary = 在文库中显示
editor-toolbar-settings-insertTemplate=插入模板
editor-toolbar-settings-refreshTemplates = 更新模板生成内容 (Beta)
editor-toolbar-settings-refreshTemplates = 更新模板生成内容
editor-toolbar-settings-copyLink=复制行(L{ $line })
editor-toolbar-settings-copyLinkAtSection=复制节(Sec. { $section })
editor-toolbar-settings-openParent=打开附件

View File

@ -87,7 +87,6 @@ Let the compiler know you are using markdown. Otherwise the template will be pro
Allow the generated content to be updated using the `Update content from templates` in the note editor.
The generated content will be wrapped in separators with a YAML metadata section for update.
This is a beta feature and can be changed/removed in the future.
> The template with this pragma should not contain any separator (`---` or `<hr>`) in the content.