안녕하세요 교수님 강의 잘 듣고 있습니다.
강의 중에 bookends를 사용하시는걸 보고 다운받아 사용해보고있는데 익숙지가 않아서요
혹시 참고할만한 자료가 있을지 여쭙습니다
강의 중에 bookends를 사용하시는걸 보고 다운받아 사용해보고있는데 익숙지가 않아서요
혹시 참고할만한 자료가 있을지 여쭙습니다
LIST
FROM #oooo
WHERE !contains(file.folder, "Template") AND !contains(file.folder, "템플릿")
LIST
FROM #oooo
WHERE !contains(file.name, "Template") AND !contains(file.name, "템플릿")
LIST
FROM #oooo
WHERE !contains(tags, "template") AND !contains(tags, "템플릿")
LIST
FROM #oooo
WHERE !contains(file.frontmatter.type, "template")
AND !contains(file.frontmatter.type, "템플릿")
AND !contains(file.frontmatter.category, "template")
AND !contains(file.frontmatter.category, "템플릿")