Files
nexus/wiki/sources/templater-plugin.md
2026-04-14 16:02:50 +08:00

898 B
Raw Blame History

title, type, tags, date, source_file
title type tags date source_file
Templater Obsidian Plugin source
Obsidian
Plugin
Template
2026-04-14 raw/Technical/Templater Obsidian Plugin.md

Summary

  • 核心主题Templater插件的功能介绍
  • 问题域Obsidian模板语言支持变量插入和JavaScript执行
  • 方法/机制:模板语法 + JavaScript脚本扩展
  • 结论/价值高度灵活的Obsidian模板解决方案

Key Claims

  • Templater定义了一种模板语言支持插入变量和函数结果
  • 支持执行JavaScript代码操作变量和函数
  • 警告执行任意JavaScript和系统命令可能有安全风险

Key Concepts

  • TemplaterObsidian模板插件支持变量和JavaScript

Key Entities

Connections

Contradictions

  • 尚未发现