안녕하세요, 패캠강의를 듣고 있습니다.
갑자기 file tree plugin 적용시 폴더 00-90번 중 90.대만 인식해서 나오는데
왜이러는 걸까요?ㅠㅠ 어떨 때는 00.대만 인식해서 나오기도 합니다.
3
함수?
---
<%* 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]]"
---