vitalyrodnenko / geeknote

Console client for Evernote.
2.1k stars 331 forks source link

Saving notes without losing formatting #226

Open neilagabriel opened 10 years ago

neilagabriel commented 10 years ago

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.

neilagabriel commented 10 years ago

I prepared a pull request that adds the support I need to accomplish this:

https://github.com/VitaliyRodnenko/geeknote/pull/227

kgust commented 9 years ago

Is this why I'm seeing corrupted/missing checkboxes?

  1. Checkboxes created in Evernote don't appear when editing from Geeknote.
  2. If I enter [X] To do item in Geeknote, it shows [X] inside Evernote instead of converting to a proper checkbox.