blacksmithgu / datacore

Work-in-progress successor to Dataview with a focus on UX and speed.
MIT License
1.25k stars 11 forks source link

yaml objects #23

Closed GamerGirlandCo closed 8 months ago

GamerGirlandCo commented 8 months ago

the markdown importer now checks for YAML codeblocks and inserts each key/value pair as fields. i've also added a respective indexer type in index/types/markdown/markdown.ts

as always, let me know if i should change anything ^-^

blacksmithgu commented 8 months ago

Commented with some recommended code cleanups; otherwise looks good structurally.