summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Parse.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Parse.hs')
-rw-r--r--src/Zettel/Parse.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Zettel/Parse.hs b/src/Zettel/Parse.hs
index 13d8536..3fbb37b 100644
--- a/src/Zettel/Parse.hs
+++ b/src/Zettel/Parse.hs
@@ -153,4 +153,6 @@ parseZettelKasten fl = do
let splitChunks = map (splitIntoChunks "%i.md" False Nothing 15) orgFiles
let chunks = propagateNames . zip names $ map chunkedChunks splitChunks
let pandocList = map (updatePandocAttr . pandocFromChunk) chunks
- return . refreshPandocMeta . ZettelGraph . fromList $ map zettelFromPandoc pandocList
+ return . refreshPandocMeta $ ZettelGraph (fromList $ map zettelFromPandoc pandocList) Nothing
+
+--parseBibliography :: FilePath -> IO [Pandoc]