안녕하세요. 패캠 강의자료에 없는 노트들이 CMDS 노트, 템플릿 모음에 있어서 받으려고 하는데요.
해당 자료를 .md 파일로 받는 방법이 있을까요?
옵시디언에 카피 앤 페이스트로 자료를 옮기려니
프로퍼티도 안붙고, 불릿도 그림과 같이 제대로 안따라오네요.
답변 감사합니다
Reaction
Comment
Share
함수?
---
<%* let name = tp.file.title;
let nametag = name.replace(/ /g,"");
let mobile = await tp.system.prompt("핸드폰 번호 입력:");
let email = await tp.system.prompt("이메일 주소:");
-%>
type: people
tags:
- <% nametag %>
- people
- people/<% nametag %>
aliases:
group: <% tp.system.suggester(["지인", "저자", "유명인"], ["acquaintance", "author", "influencer"]) %>
organization:
mobile: <% mobile %>
email: <% email %>
links:
index: "[[🏷 People]]"
---