Skip to content

Instantly share code, notes, and snippets.

@jastram
Created August 8, 2012 07:57
Show Gist options
  • Save jastram/3293292 to your computer and use it in GitHub Desktop.
Save jastram/3293292 to your computer and use it in GitHub Desktop.
Meeting Minutes Template (Markdown)

We will chronologically record minutes of all #WP-NAME# meetings here. We record as Type:

  • Tasks (T) - which must have an Owner and a deadline
  • Decisions (D)
  • Information (I) - everything else of interest.

#DATE#, #TOPIC

Type Description Owner Deadline
T #SAMPLE TASK# #OWNER# #DEADLINE#
@jastram
Copy link
Author

jastram commented Aug 8, 2012

Name: Meeting Minutes Template (Markdown)
Description: Template for Meeting Minutes
Gist URL: https://gist.github.com/3293292
Cryptography: No
Author(s): Self

I hereby declare that I accept to contribute following the openETCS terms of use and the openETCS IP policy.

@mica100
Copy link

mica100 commented Nov 3, 2016

How can you enter multiple list points in the description field? Even line breaks are not possible within markdown tables.

@silveiralexf
Copy link

In case you really need it, you can use html tags like <br> to do line break and <li> for bullet points, though I didn't find it to be very practical to use on a daily basis... it would look somehow like this:

Type | Description | Owner | Deadline
---- | ---- | ---- | ----
T | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque blandit in libero at pellentesque.<br>Cras suscipit egestas tortor id lacinia. Maecenas blandit congue viverra.<br><br><ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol> | #OWNER# | #DEADLINE#
Type Description Owner Deadline
T Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque blandit in libero at pellentesque.
Cras suscipit egestas tortor id lacinia. Maecenas blandit congue viverra.

  1. Coffee
  2. Tea
  3. Milk
#OWNER# #DEADLINE#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment