NishantTharani / LogSeqToObsidian

Some tools to help move my notes from LogSeq to Obsidian
101 stars 15 forks source link

results are not deterministic #14

Open scratchmex opened 5 months ago

scratchmex commented 5 months ago

I stumbled upon that sometimes the order of processing for the files is different and produces different results. I have realized it that sometimes the - TODO are not translated to - [ ] and sometimes they are. Same content, same line, just different executions.

NishantTharani commented 5 months ago

Thanks for reporting. Any chance you could share an example file that results in this behavior? I'm keen to investigate this further.

scratchmex commented 5 months ago

I was able to reproduce with a simple todo:

- TODO test todo

sometimes it is left as it is and sometimes translated to

- [ ] test todo
~ ❯ python convert_notes.py --logseq <path> --output <path> --overwrite_output --ignore_dot_for_namespaces --convert_tags_to_links
~ ❯ python -V
Python 3.11.5