diff --git a/zimwiki_txt_to_logseq_md.py b/zimwiki_txt_to_logseq_md.py index c0170cc..5080eae 100644 --- a/zimwiki_txt_to_logseq_md.py +++ b/zimwiki_txt_to_logseq_md.py @@ -30,8 +30,9 @@ def rewrite_file(filepath): w.write("title:: " + title + "\n") w.write("\n") continue + if (i == 5): # Types of postable-posted, email-draft, email-sent set when running this for each subdirectory - # w.write("type:: postable-draft\n") + w.write("type:: postable-draft\n") if (i > 5 and line == "\"\"\"\n"): if (in_block == False): # Start our self-styled quotation block with a bullet.