Toby Allen
Toby Allen
### Discussed in https://github.com/tobya/DocTo/discussions/196 Originally posted by **gluizpessin** August 23, 2022 Is there a way to utilize wildcards like * and ? in order to batch convert files?
instructions just use ssh git clone, I use https clone for public directories which do not require ssh to be set up.
Works brilliantly and easily with HTTPS for a public repo. I can get it to work with very little effort. However I've been trying to get it to work with...
Word autorun is now disabled by default - #205 Shoudl also be possible to disable on Excel. Raised by - #190 - #195
I updated the code for publish so that it can be called with or without the 'domains' key Both will work ```` $webflow->publishSite($siteId, ['domains' => ['mydomain.webflow.io', 'example.com']]); $webflow->publishSite($siteId,['mydomain.webflow.io', 'example.com']); ````...
Hi I installed the plugin and it is working but only seems to show the last 2 or 3 hours of stats. I have set time to hour, 6 hours,...
This is a first go at a V2 upgrade of the library. @wivern-co-uk This is the basic changes I needed to make to ensure that the V2 api works with...
Hello As you may or may not know Webflow will be sunsetting their V1 api. https://developers.webflow.com/data/docs/migrating-to-v2 I've been doing a little work to try to update this package to V2...