-
Hey, thanks for all the hard work on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A CLI query tool would be useful. That said, you would probably want to use the live-server's JSON API (the json is also included in the generated site), as it would be faster (instant retrieval). Run Expect JSON like this: https://emanote.srid.ca/-/export.json |
Beta Was this translation helpful? Give feedback.
@VVKot See #178
A CLI query tool would be useful. That said, you would probably want to use the live-server's JSON API (the json is also included in the generated site), as it would be faster (instant retrieval).
Run
emanote
, and then from another terminalcurl localhost:8000/-/export.json
piping that tojq
for further processing. If you are doing this from an editor extension, use its HTTP client library to directly retrieve the data.Expect JSON like this: https://emanote.srid.ca/-/export.json