bearutils
bearutils copied to clipboard
Thank you (and observations)
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.
- On my iPhone I turned on 'Reduce motion' which sped up execution.
- 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.
- 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.
- 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.
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.
Ok, I actually fixed the sys error in 50cd3fb.
Nice. I'll d/l and give it a try. Thank you.