Importing nested plain text structure anomaly

Just note that the result of the following import (part of a much larger structure) made me search for subtasks for a while.

A
  A1
  A2
B
   B1
  B2
  B3

The additional space character before B1 might run into undefined semantics, but B2 and B3 should not end up under A.

Hi Ralf,

Thanks, definitely a bug, will try to fix in the next update.

Best,

1 Like

Hello Ralf, should work better now on https://beta.checkvist.com. Now, additional space leads to B2/B3 going to the top level, under B.

Thanks again for pointing out!

Thanks, it’s a good solution (easy to spot and indent if needed).

1 Like