quartz/obsidian_templater/001. Formatting/[Formatting]이미지(Image).md
2025-08-13 17:42:11 +09:00

11 lines
399 B
Markdown

<%*
const clipboard = await tp.system.clipboard();
-%>
<figure style="display: flex; flex-direction: column; align-items: center; text-align: center;">
<img src="<% clipboard %>" style="max-width: 100%; height: auto;"/>
<figcaption>
<span style="font-weight:bold"> [Figure num] </span>
<span style="font-style:italic;">Image from clipboard</span>
</figcaption>
</figure>