quartz/obsidian_templater/001. Formatting/[Formatting]각주(Footnote).md
2025-08-13 17:42:11 +09:00

7 lines
170 B
Markdown

<%*
var sel = window.getSelection && window.getSelection();
if (sel && sel.rangeCount > 0) {
var selected = sel.getRangeAt(0).toString();
}
-%>
<%selected%> ^[Contents]