Thanks for this really interesting thread. I have some work in progress (that’s not ready for prime time) that is related to the work here: I have a rough draft of a Python library that converts .bike documents into the Pandoc JSON representation of its AST using lxml and panflute. I’ve put my draft in my own rdhyee_utils
Python library – so it’s rough and not been packaged to useful to others yet: https://github.com/rdhyee/rdhyee_utils/blob/master/rdhyee_utils/bike/bikeformat.py. You can see also my work so far in writing a Python library to talk to Bike using AppleScript, or my precisely the deprecated, though still very useful, appscript: https://github.com/rdhyee/rdhyee_utils/blob/master/rdhyee_utils/bike/__init__.py. More later once I get my work polished up (and after I get a draft on a pandoc bike writer)
3 Likes