wip

add front matter removal #5

closed opened by voigt.tngl.sh targeting main from push-ywtxylsslmvp
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:6q572hlx7omtsszji5w2fyw3/sh.tangled.repo.pull/3mbpc5ninyi22
+4
Diff #2
+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)

History

3 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
add front matter removal
expand 0 comments
closed without merging
1 commit
expand
add front matter removal
expand 0 comments
1 commit
expand
add front matter removal
expand 0 comments