ep_markdown
ep_markdown copied to clipboard
importing with curl / api / command line
is there a way to import a pad from command line?
using API is possible to do something like
curl "http://localhost:9001/api/1/setText?apikey=xxx&padID=mypad" --data-urlencode "text=content of pad"
I would like to do something similar with this plugin.
thanks in advance.