Open vitaly-zdanevich opened 5 years ago
Thank you for the great bug report, @vitaly-zdanevich. I can follow the steps to reproduce the error.
Right now, it looks like there is a <br clear="none"/>
that confuses the converter, similar to what is described here:
https://stackoverflow.com/questions/14264102/python-beautifulsoup-typeerror-sequence-item-0-expected-string-tag-found
I will look into a proper fix.
(In the meantime, I think that the monospace font is created by the <code></code>
encapsulation, which should be available by creating a note in markdown format and backquoting the content, like this:
geeknote create --title "codetest" --notebook "Test" --tag "test" --rawmd --content "`This is a code test`"
If that's not working for you, please open a separate issue so that each issue contains only one topic).
Thanks for your continued interested in geeknote. I maintain it for the same reason - it's part of my daily/basic utilities.
It depends on content of the note (because fails not for every note but only for one). To reproduce - create note with this content:
Side question - is it possible to preserve monospace font for some notes? For example for this example above when I save output from some cli. In official Evernote client it is possible to mark area as code - nothing similar in Geeknote?
P.S.: Just thank you that you continue to maintain this project, I use Geeknote every day, this is one of my basic utilities.