ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
700 stars 57 forks source link

Convert writing to markdown file on server #295

Open pr0fsmith opened 3 months ago

pr0fsmith commented 3 months ago

I'm considering doing batch conversions have my notebooks and saving the converted writing as markdown files.

  1. Where can I find your code that communicates with https://developer.myscript.com/ for conversion?
  2. What programming language are you using?
  3. Any clue on whether or not what i want to accomplish is possible?

Thanks

Eeems commented 3 months ago
  1. https://github.com/ddvk/rmfakecloud/blob/master/internal/hwr/client.go
  2. image
  3. Yes, it should be possible:

image

pr0fsmith commented 3 months ago

Thanks for responding so promptly. Looks like this is beyond my ability.

ddvk commented 3 months ago

there is a cli: https://github.com/ddvk/rmapi-hwr that you can compile and use, you still need the myscript api credentials