Hi,
I'd like to work with the Cornell note taking system
To apply this I've created a template incorporating html because of the vertical seperator. This looks like:
<table width="100%"><tr><td style="text-align: left" width="20%">
### Cues
</td><td width="80%">
### Notes
</td></tr><td style="text-align: left" width="20%">
*write here*
</td><td width="80%">
*write here*
</td></table>
### Summary
*write here*
I consider name subject and date to be in the title, so the formatting in the note does not have to be complete. Do you see a more elegant way of implementing the layout maybe with markdown only? For anybody else, feel free to use this as an inspiration for applying the Cornell note taking system.