quartz/obsidian_templater/001. Formatting/[Formatting]인용, 콜아웃(Quote, Callout).md
2025-08-13 17:42:11 +09:00

546 B

<%* var sel = window.getSelection && window.getSelection(); if (sel && sel.rangeCount > 0) { var selected = sel.getRangeAt(0).toString(); } const choice = await tp.system.suggester(["Note", "Abstract, Summary", "Info", "Todo", "Important, Tip", "Check, Success", "Question, FAQ", "Warning", "Failure, Missing", "Danger, Error", "Bug", "Example", "Quote, Cite"], ["Note", "Abstract, Summary", "Info", "Todo", "Important", "Check", "Question", "Warning", "Failure", "Danger, Error", "Bug", "Example", "Quote"]); -%>

[!<%choice%>] <%selected%>