Open neilagabriel opened 10 years ago
I prepared a pull request that adds the support I need to accomplish this:
Is this why I'm seeing corrupted/missing checkboxes?
[X] To do item
in Geeknote, it shows [X]
inside Evernote instead of converting to a proper checkbox.
I want to save a note in my editor using geeknote without losing any content or formatting. Specifically, I want to read back exactly the same data as I wrote. I don't care how the data is formatted when viewed with Evernote. Is is possible? I tried using the markdown and non-markdown modes when saving the note but in both cases the data I read back did not match what I put in. In markdown mode (which i use to format my notes by the way) the data I read back is wildly different than what I put in, both in format and in content (see https://github.com/VitaliyRodnenko/geeknote/issues/223). In non-markdown mode, no content is lost or changed but any indentation (i.e. leading whitespace) is removed.