summaryrefslogtreecommitdiffstats
path: root/src/Zettel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel.hs')
-rw-r--r--src/Zettel.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Zettel.hs b/src/Zettel.hs
index 5c07af9..a576143 100644
--- a/src/Zettel.hs
+++ b/src/Zettel.hs
@@ -1,5 +1,12 @@
module Zettel where
+import Text.Pandoc.Class (runIOorExplode)
+import Text.Pandoc.Definition (Block (..), Inline (..), Pandoc (..))
+import Text.Pandoc.Readers (readOrg)
+import Text.Pandoc.Writers (writeHtml5String, writeMarkdown)
+import Text.Pandoc.Shared (stringify)
+import Text.Pandoc.Walk (walkM)
+
newtype ZettelId = ZettelId
{ -- | The ZettelId is just Text, however, it should also be possible to convert
-- it to a list of the ID split up into it's parts.