【Video】Introduction to the Blog Publishing Workflow Based on the Craft Plugin

✍🏼 Written on Dec 30, 2022    💡 Updated on Jan 18, 2023
❗️ Note: it has been days since this article was written, please be aware of its timeliness
🖥  Note:First attempt at making videos...
📚  Also published on Craft: https://www.craft.do/s/yZEbCH2GTNPZMD

This blog post is a video, published on:

  • YouTube:

  • Bilibili:

Here’s an additional note:

The XHelper.app mentioned in the video is essentially this repository:

GitHub - Xheldon/craft_publish_ci: 专门用于接收 Craft 文件然后拉取其图片转存到 cos,而 markdown 转发到 x_blog_src 的 ci 仓库 Specifically designed to receive Craft files, fetch their images for storage in COS, and forward the markdown to the x_blog_src CI repository - GitHub - Xheldon/craft_publish_ci: Specifically designed to receive Craft files, fetch their images for storage in COS, and forward the markdown to the x_blog_src CI repository https://github.com/Xheldon/craft_publish_ci

It’s a localized Apple Script version because the final execution still relies on Node.js code, but it uses AS to achieve the effect of responding to custom scheme links.

XHelper.app 的核心代码

The specific reasons for not using GitHub Actions to handle this process and instead localizing it, along with an introductory guide to AppleScript, were documented in a blog post I wrote earlier. You can find it here.

- EOF -
Originally published at: 【Video】Introduction to the Blog Publishing Workflow Based on the Craft Plugin - Xheldon Blog