tangled
alpha
login
or
join now
voigt.tngl.sh
/
hugo-digital-garden
0
fork
atom
wip
0
fork
atom
overview
issues
pulls
pipelines
add front matter removal
voigt.tngl.sh
2 months ago
9827535a
bf7ae575
verified
This commit was signed with the committer's
known signature
.
voigt.tngl.sh
SSH Key Fingerprint:
SHA256:6ShT3iHt6IpCPJtT9Ndevva6c3xzr4RI2LrvKeOXH2U=
+4
1 changed file
expand all
collapse all
unified
split
file.go
+4
file.go
reviewed
···
74
74
return f.ObsidianPath
75
75
}
76
76
77
77
+
func (f *File) GetMarkdownWithoutFrontmatter() string {
78
78
+
return ""
79
79
+
}
80
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)