需要先打开 设置->核心插件->模版的开关,在设置界面才可以看到模版的相关设置。 在工作仓库内新建存放模版的文件夹,例如templates。在文件夹下新建特殊用途的模版块,例如用于hugo文章的元数据块。在模版块中可以使用某些关键字替代,插入时实时生成对应信息。 打开一篇笔记,将光标停留在需要插入模版块的位置,在左边栏...
A template plugin for obsidian. Contribute to SilentVoid13/Templater development by creating an account on GitHub.
Added new button action insertIntoNote to insert text at a specified line in the note of the button #206 Added new button action replaceSelf to replace the button with a string or templater template #206 Added new button action inlineJS to run a JavaScript snippet Added the option to add...
Unable to render rich display Invalid image source.171 changes: 171 additions & 0 deletions 171 src/main.ts Original file line numberDiff line numberDiff line change @@ -0,0 +1,171 @@ import {App, Editor, MarkdownView, Modal, Notice, Plugin, TFile} from 'obsidian'; import {Snowflak...
button.setText(t("UNABLETOCHECK_SCRIPT")); button.style.backgroundColor = "var(--interactive-normal)"; break; } }; button.addClass("mod-muted"); let decodedURI = source; try { decodedURI = decodeURI(source); } catch (e) { errorlog({ where: "ExcalidrawPlugin.register...
("UNABLETOCHECK_SCRIPT")); button.style.backgroundColor = "var(--interactive-normal)"; break; } }; button.addClass("mod-cta"); let decodedURI = source; try { decodedURI = decodeURI(source); } catch (e) { errorlog({ where: "ExcalidrawPlugin.registerInstallCodeblockProcessor.c...