wip

add front matter removal

voigt.tngl.sh 9827535a bf7ae575

verified
+4
+4
file.go
··· 74 74 return f.ObsidianPath 75 75 } 76 76 77 + func (f *File) GetMarkdownWithoutFrontmatter() string { 78 + return "" 79 + } 80 + 77 81 func (f *File) ReadObsidianFile() error { 78 82 // Open the file with the extracted name 79 83 file, err := os.Open(f.ObsidianPath)