Keep note ownership in frontmatter and shiz

This commit is contained in:
Maximilian Friedersdorff 2025-07-31 17:02:08 +01:00
parent 25bcf4d706
commit 03b6bb12ca
6 changed files with 136 additions and 54 deletions

5
go.mod
View file

@ -9,3 +9,8 @@ require (
github.com/pelletier/go-toml/v2 v2.2.3
github.com/teekennedy/goldmark-markdown v0.5.1
)
require (
github.com/yuin/goldmark-meta v1.1.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)