Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 170 Bytes

Meetings.md

File metadata and controls

8 lines (7 loc) · 170 Bytes
for(let note of dv.pages('"Meeting Notes"').sort(n => n.date, "desc"))
{
	dv.header(3, note.file.link);
	dv.paragraph("![[" + note.file.name + "]]")
}