bearutils icon indicating copy to clipboard operation
bearutils copied to clipboard

Thank you (and observations)

Open ghost opened this issue 4 years ago • 3 comments

Very cool project! Thank you for making it available.

I had difficulty getting it to work, but think I've solved my issues. I'm noting observations not that they are defects, but just to document steps I had to take to get the program to run successfully.

  1. On my iPhone I turned on 'Reduce motion' which sped up execution.
  2. I created a tag 'Private' moved all password protected notes to the tag and turned OFF passwords. With passwords on, even if I unlocked the Bear session, execution would halt at the first encrypted note with a 'sys' is not defined error in bearnotes.py.
  3. I had a note with and English list translated into Mandarin. I believe the Chinese characters threw the program. I created and attached a PDF of the list to the note and the issue was resolved.
  4. Any syntax errors I had in [[wiki]] links would throw an error which forced me to clean up my notes.

All in all, well done! and thanks again.

ghost avatar Mar 12 '21 00:03 ghost

Thanks for the feedback! If you can paste in the traceback with the encrypted note problem I can see about at least skipping them. Likewise with the Mandarin notes and link errors.

anjiro avatar Mar 26 '21 12:03 anjiro

Ok, I actually fixed the sys error in 50cd3fb.

anjiro avatar Mar 26 '21 13:03 anjiro

Nice. I'll d/l and give it a try. Thank you.

rwppwr avatar Mar 26 '21 15:03 rwppwr