Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnsync create/update files in "plain" or "markdown" format #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chamot1111
Copy link

Hi,

Some of my notes in Evernote are wrote in markdown format. When I used gnsync -t TWO_WAY, all the markdown is escaped. The format parameter has no impact on this.

This pull request take into account the format parameter. If format is plain, the result file is not transform using html2text.

As the default format is "plain", if the format was not force by the parameter in the command line, the program's behavior is change.

@weakish
Copy link

weakish commented Apr 17, 2016

The format parameter has no impact on this.

--format is "in what format to save the note".
(--two-way is still undocumented.)

As the default format is "plain",
if the format was not force by the parameter in the command line,
he program's behavior is change.

This breaks backward compatibility.
What about add an additional option, e.g. --in-format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants