korea book info 플러그인이 더 이상 작동하지 않는데, 다른 분들도 같은 증상인지 궁금합니다.
loading 문구만 나오고 데이터가 추가되지 않습니다.
loading 문구만 나오고 데이터가 추가되지 않습니다.
1
함수?
---
<%* 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]]"
---