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