Derek Ardolf
Derek Ardolf
Actually, this looks to be remedied with an update that came out back in August (as mentioned in an update to the StackOverflow answer): > As of [August 29, 2019](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html)...
I've run into the same trouble with this option, as it doesn't seem to work as intended for me either. > Set the directory where your website will be built....
Related, and potentially duplicate, as this other issue is wanting to achieve the same goals: https://github.com/dendronhq/dendron/issues/695
+1 I confirmed that this bug still exists in the current iteration of preview/publishing
## Why This is A Problem I'm wondering about the same thing here, as this is a blocker for me to use SAM for managing my Alexa Skill lambda backends...
PR #363 seems to be trying to achieve exactly what this is asking for, except for Alexa Smart Home Skills specifically. Do Alexa Smart Home Skills use a different API?...
I found a way to do it via normal CFN resources. Further research and testing shows that the following works in the `template.yaml` with `sam-cli`, without needing to resort to...
Related: - https://github.com/dendronhq/dendron/discussions/1284
Image path options, per vault, to consider based on this issue: ``` assets/images/* /assets/images/* ./assets/images/* ``` Dendron uses `/assets/images/*` within each vault. Seems like the idea would be `./assets/images/*` (explicit...
Also related: However this is done, it will likely require an update to https://github.com/dendronhq/dendron-paste-image