From 626b878676fa75ae921a2032bc47765915a8ab57 Mon Sep 17 00:00:00 2001 From: James O'Halloran Date: Tue, 4 Jul 2023 16:04:02 -0300 Subject: [PATCH] Add next-steps in conclusion --- .../Supercharge-Your-Markdown-Blog-with-AI.md | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md b/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md index 08b522e99..bce576d9e 100644 --- a/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md +++ b/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md @@ -5,7 +5,7 @@ last_edited: '2023-07-05T04:00:00.000Z' author: Logan Anderson --- -## Leverage Your Workflow with TinaCMS +## Leveraging Your Workflow with TinaCMS With TinaCMS, all your content changes are committed directly to Git. This enables your team to create a variety of workflows for reviewing and merging content updates. By leaning on GitHub's robust infrastructure, you're empowered to seamlessly integrate CI/CD into your content workflow. @@ -37,8 +37,22 @@ AI's increasing role in content development can't be ignored. However, getting u After you've integrated the bot into your repository, you can command it to make suggestions by commenting `ai fix: `. The bot will then offer commit suggestions in the form of a pull request review. -## Wrap Up +## Looking Ahead: AI and Git-based Content Our GitHub bot works hand in hand with TinaCMS to enhance the content creation process. No longer do you need to manually copy and paste suggestions. The bot brings suggestions right to your pull requests for a smooth, efficient experience. -While AI is a powerful tool, remember it's an aid to your content creation, not a replacement. With the `ai-content-suggestions` bot, you can harness AI's potential without disrupting your existing workflow. Get to know our GitHub bot today, and see how it can assist your content development process. +We can envision some impressive custom workflows being built with AI and Git-based content. For instance, you could build off of this bot to: + +- Enable editors to create custom prompts: + +```bash +ai fix: posts/foo.md --prompt="The conclusion is a bit wordy." +``` + +- Trigger the AI bot with custom events, such as opening a PR. + +- Utilize analytics to suggest recommendations based on your top/bottom performing pages. + +- Integrate this bot with your feedback widget, to open PRs based on user feedback. + +These are just a few of the many possibilities we see for integrating AI with Git-based content. We're excited about the potential here and look forward to seeing the creative workflows that the community will build.