From 1fc7fe6e90b5f19ce8b1dbf2a33b52763fd636b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 24 Jun 2024 09:47:11 -0400 Subject: [PATCH] Comment how we will handle subdirectory stuff --- zimwiki_txt_to_logseq_md.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zimwiki_txt_to_logseq_md.py b/zimwiki_txt_to_logseq_md.py index cd90fe3..41501ef 100644 --- a/zimwiki_txt_to_logseq_md.py +++ b/zimwiki_txt_to_logseq_md.py @@ -30,6 +30,8 @@ def rewrite_file(filepath): w.write("title:: " + title + "\n") w.write("\n") continue + # Types of postable-posted, email-draft, email-sent set when running this for each subdirectory + # w.write("type:: postable-draft\n") if (i > 5 and line == "\"\"\"\n"): if (in_block == False): in_block = True