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

32 lines
898 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Templater Obsidian Plugin"
type: source
tags: [Obsidian, Plugin, Template]
date: 2026-04-14
source_file: raw/Technical/Templater Obsidian Plugin.md
---
## Summary
- 核心主题Templater插件的功能介绍
- 问题域Obsidian模板语言支持变量插入和JavaScript执行
- 方法/机制:模板语法 + JavaScript脚本扩展
- 结论/价值高度灵活的Obsidian模板解决方案
## Key Claims
- Templater定义了一种模板语言支持插入变量和函数结果
- 支持执行JavaScript代码操作变量和函数
- 警告执行任意JavaScript和系统命令可能有安全风险
## Key Concepts
- [[Templater]]Obsidian模板插件支持变量和JavaScript
## Key Entities
- [[Obsidian]]:笔记管理工具
- [[SilentVoid13]]Templater开发者
## Connections
- [[Obsidian]] ← 插件 ← [[Templater]]
## Contradictions
- 尚未发现