-
Notifications
You must be signed in to change notification settings - Fork 104
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
Error msg: 'div' html tag with 'markdown' attribute #207
Comments
I'm getting the same error. And yes, editing and publishing the same note in VS Code's "evermonkey" extension works fine without any errors. This used to work fine a while ago (more than a year ago when I last used |
THanks for reporting this issue!
Fixing 2 seems trivial but is not as the conversion needs to be heavily customised to be compatible with Evernote's restrictions on the notes content. I am going to push a patch that should help with these cases. I need your help with testing. And there's no guarantee it works in all cases and that it will work in the future. |
@theandychung @nonbeing I would be very grateful if you could install the new-codeblocks branch and test it with your workflow to see if the problems are solved. |
I can't upgrade the package through package control, do I need to upgrade it manually? oops, accidentally closed this lol |
@theandychung yes you need to do this manually (I'm not updating the master version without testing 😉 ) |
It's the same. The website I'm having problem is this one. |
@theandychung could you please give some more details?
Thanks |
I did some tests on the page you linked. |
Sorry, I should have made it more clear. I used webclipper to clip a section of the page, then open it in the sublime text 3, then trying to update the note. The new patch didn't work for me. |
@theandychung Can you explain what went wrong? |
The error msg I mentioned at the beginning pops out whenever I want to update the note back to evernote (even if I didn't edit anything). I wonder if this is an unexpected behavior. |
I clipped a webpage to evernote and open it in sublime text 3 using this package. I found this package is not able to update my note back to evernote if my note has more than 5 layers of div. The error msg i get is the following:
Here is a sample code I made:
I noticed that the similar extension in vscode, evermonkey, doesn't add markdown="1" when pulling the notes from evernote server, and it doesn't have any problem uploading the note back to evernote. I wonder if disabling automatically adding these markdown attributes could solve this issue.
Thank you for making this wonderful package for us.
The text was updated successfully, but these errors were encountered: