Simon East
Simon East
I'd also like to have this included, as it's the default templating language not only for Shopify, but also for Jekyll, the main static site generator used on Github. I...
OK, I just got really confused about this, because the [PDF guide](https://freakdesign-us.s3.amazonaws.com/shopify/custom_fields/freakdesign-custom-fields-for-shopify-guide.pdf) that new users are directed to specifically says you can go to `/admin/settings/general` to create new fields. Perhaps...
Yes, good question. I'm pretty new to Obsidian and like the idea of this plugin, but how do you insert custom CSS into your file?
Is there a way to force my Jekyll installation to use Liquid 5 or 5.1? Liquid performance is pretty poor in the current Jekyll release, and I'd like to see...
As I posted in [this Github thread][1], while `git-ftp` is designed to only deploy tracked file changes, it is actually possible to deploy your entire `dist` folder on every commit,...
Actually a correction: the keyboard shortcuts for zoom *do* work, but it's confusing, since it's labelled as `CTRL++` but actually requires the shift key, so it's more like `CTRL+SHIFT+=`.
A few months ago Github changed their stylesheet so that all Github pages use a font that most closely resembles the operating system default (Segoe UI on Windows, Helvetica on...
Yeah +1 - I often hit CTRL+C in the preview pane too, and then paste in another doc only to find it never copied. 😕 I guess there's always the...
I think the `nodeIntegration` setting should be strongly avoided and discouraged. Instead preload files should be the main method for accessing Node APIs and packages. The current documentation hints at...