You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a archieml-js method that I'm missing that can convert json into AML?
My use case involves having a server that retrieves a AML google doc parses it and returns json just like examples/google_drive.js and an application that requests that json.
I want the application to be able to keep a cached local copy of that document in an AML format for situations where Google Drive goes down or connectivity is limited.
The text was updated successfully, but these errors were encountered:
Zombie answering this question because I was looking for this at one point too — but if you're working with the script provided in google_drive.js you have access to that with the parsedText variable, which is what is passed to archieml.load. Not the same thing as being able to reverse the conversion, but you could add a step that saves that pre-processed version somewhere as your local copy.
Is there a archieml-js method that I'm missing that can convert json into AML?
My use case involves having a server that retrieves a AML google doc parses it and returns json just like
examples/google_drive.js
and an application that requests that json.I want the application to be able to keep a cached local copy of that document in an AML format for situations where Google Drive goes down or connectivity is limited.
The text was updated successfully, but these errors were encountered: