안녕하세요. 패캠강의 수강 중에 데일리 노트로 해보고 싶은게 생겼는데 가능한지 몰라서 질문드립니다.
1.
데일리 노트 쓸 때 to do list적은 것만 따로 빼와서 모바일 위젯으로 띄우는 방법이 있을까요?
2.
전날 데일리 노트 안에 있는 to do list에서 완료되지 않은 항목들 자동으로 다음 데일리노트 만들 때 반영되도록 하는 방법이 있을까요?
감사합니다.
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]]"
---
---
--- <%* 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]]" ---