OPML _status attribute

Hi!

MindNode exports outline entries in opml like this:

<outline text="My text" _status="unchecked"></outline>
<outline text="My text" _status="checked"></outline>

Dynalist is ignoring the _status attribute. Would be nice if it would also add the checkmarks accordingly.

Thanks :slight_smile:

As a workaround you could try find>replace in a text editor to match dynalist
_status="checked" to complete="true"

Awesome, thank you! I wasn’t aware that Dynalist uses the tag complete.

In that case, I don’t think this feature is super important.