From 3deb1d1f67a902c143fa03eea47cfdb2c7d39c4a Mon Sep 17 00:00:00 2001 From: James O'Halloran Date: Fri, 21 Jul 2023 11:01:17 -0300 Subject: [PATCH] Update Supercharge-Your-Markdown-Blog-with-AI.md --- content/blog/Supercharge-Your-Markdown-Blog-with-AI.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md b/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md index e19cf806b..00102fdda 100644 --- a/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md +++ b/content/blog/Supercharge-Your-Markdown-Blog-with-AI.md @@ -7,9 +7,9 @@ author: Logan Anderson With [TinaCMS](https://tina.io), 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, you can integrate CI/CD into your content workflow. -To illustrate the potential of this combination, we're excited to introduce Markdown Bot, an AI friend who improves your content by making suggestions to your Pull Requests. +To illustrate the potential of this combination, we're excited to introduce **Markdown Bot**, an AI friend who improves your content by making suggestions to your Pull Requests. -![AI Suggestion in Github](http://res.cloudinary.com/forestry-demo/image/upload/v1688483462/blog-media/supercharge-markdown-blog/Screenshot_2023-07-04_at_11.03.24_AM_bfqnld.png 'AI Suggestion in Github') + > Want to skip the reading and jump straight to the code? [Check out the open source repo](https://github.com/tinacms/ai-content). @@ -17,6 +17,8 @@ To illustrate the potential of this combination, we're excited to introduce Mark AI can be a valuable tool for assisting with writing and editing content. We've designed this bot not to replace content editors, but rather to augment their capabilities. The bot offers content suggestions directly in your pull requests. If you find the suggestions helpful, you can commit them with a click. If not, they're just as easily dismissed. +![AI Suggestion in Github](http://res.cloudinary.com/forestry-demo/image/upload/v1688483462/blog-media/supercharge-markdown-blog/Screenshot_2023-07-04_at_11.03.24_AM_bfqnld.png 'AI Suggestion in Github') + ## Markdown Bot Works On Your PRs There are many AI writing tools out there but if you use them with markdown content it often involved copying and pasting from AI outputs. We wanted something that could interact with our Content in GitHub. That's why we developed a GitHub bot that allows us to receive these suggestions right within a GitHub pull request. @@ -29,8 +31,6 @@ To get started [check out the open source repo](https://github.com/tinacms/ai-co ## 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. 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: