Creating Obsidian Templates for easy lecture notes

July 18, 2024 (1mo ago)

Plugin installation

First we will install these two obsidian plugins.

  1. Templater
  2. Columns

Now, enable these plugins and create a new markdown file named Lecture in the templates folder. Make sure templates folder is selected in the folder path of the plugin Templater.

Lecture.md

Experiment and do modify accordingly to your needs.

(Optional) For columns plugin, use this custom css for better apperance.

div.columnParent {
  padding: 0em !important;
}