Skip to content

Instantly share code, notes, and snippets.

@stonematt
stonematt / meeting-note.txt
Last active January 19, 2023 22:13
NotePlan: This is my meeting note template for NotePlan. It extracts the most valuable information for me from the appointment and reformats at, so that the event is tagged with all the persons attending it. But instead of the plain name with a mailto link, I prefer to build an @-based tagging. Special thanks to: https://gist.github.com/oliveran…
---
title: 3.insertMeeting
type: meeting-note
append: <current>
documentation: https://help.noteplan.co/article/134-meeting-notes
---
<%
let attendeeNames = eventAttendees.match(/\[(.+?)\]\(mailto:(.+?)\)/gi)
let emails_to_ignore = ['[email protected]'];