Skip to content

Commit

Permalink
Update Supercharge-Your-Markdown-Blog-with-AI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespohalloran authored Jul 21, 2023
1 parent 5a44b56 commit 3deb1d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/blog/Supercharge-Your-Markdown-Blog-with-AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ 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')
<Youtube embedSrc="https://www.youtube.com/embed/3SkumYmH8nc" />

> Want to skip the reading and jump straight to the code? [Check out the open source repo](https://github.com/tinacms/ai-content).
## A Useful Aid, Not a Replacement

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.
Expand All @@ -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

<Youtube embedSrc="https://www.youtube.com/embed/3SkumYmH8nc" />

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:
Expand Down

1 comment on commit 3deb1d1

@vercel
Copy link

@vercel vercel bot commented on 3deb1d1 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina-io-tinacms.vercel.app
tina.io

Please sign in to comment.