Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap - add expand framework support (PR from TinaCMS) #2420

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions content/blocksPages/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@
{
"headline": "Improving Media Management UX",
"status": "In Progress",
"content": "There are several media management improvements that we have on our list (image search, support for more media types, etc). \n"
"content": "There are several media management improvements that we have on our list (image search, support for more media types, etc).\n"
},
{
"headline": "Expanding framework support",
"status": "Under consideration",
"content": "TinaCMS primarily supports Next.js and has limited support for other frameworks such as Astro, Hugo, Qwik, and Gatsby.\\\n\\\nShould we add full support for one of these frameworks or focus on making Next.js support even better?\n",
"actions": [
{
"label": "Vote on the GitHub Discussion",
"icon": true,
"variant": "default",
"size": "medium",
"url": "https://github.com/tinacms/tinacms/discussions/5247"
}
]
},
{
"headline": "AI Tooling",
Expand All @@ -48,12 +62,12 @@
{
"headline": "Docs Template",
"status": "Soon",
"content": "Since Tina works so well with documentation sites, we're building a best-of-breed Tina + Docs starter template. \n"
"content": "Since Tina works so well with documentation sites, we're building a best-of-breed Tina + Docs starter template.\n"
},
{
"headline": "Improved PR workflow",
"status": "Soon",
"content": "We are making some improvements to Tina's editorial workflow that will allow you to merge Pull Requests from within the CMS UI. \n",
"content": "We are making some improvements to Tina's editorial workflow that will allow you to merge Pull Requests from within the CMS UI.\n",
"actions": [
{
"label": "Editorial Workflow",
Expand All @@ -72,4 +86,4 @@
"_template": "roadmapGrid"
}
]
}
}
Loading