[Discussion] GUI for netlify-shortener with git-gateway
See original GitHub issuenot a bug, not a feature request, just an idea.
the way NetlifyCMS works is it is a drop-in UI on top of your existing site to help you manage your markdown based content, including creating and merging pull requests for content, all within a GUI. It does this using the Git Gateway. So you never touch your terminal or editor and have a wordpress like experience on your completely static/serverless/git based site.
this strikes me as not too different from the flow needed to edit and manage url shorteners. we just need a GUI that understands _redirects
and can link to Git Gateway.
copying @erquhart and @bcomnes who may know more about feasibility. and of course anyone who wants to take this up is super welcome
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Gabin Aureche on Twitter: "Damn, @netlify's Git Gateway is the kind ...
's Git Gateway is the kind of feature that makes me want to build stuff ... [Discussion] GUI for netlify-shortener with git-gateway ·...
Read more >Git Gateway - Netlify Docs
Connect your site to a Git provider's API with Git Gateway, allowing tools like a CMS to work with content, branches, and pull...
Read more >Git Gateway | Open-Source Content Management System
Git Gateway is a Netlify open source project that allows you to add editors to your site CMS without giving them direct write...
Read more >mirrors_HackerWins/awesome-list - Gitee
NET Multi-platform App UI, a framework for building native device applications ... 336, git-gateway, A Gateway to Git APIs, netlify, 280.
Read more >Links require updating - MicrosoftDocs/Mixed-Reality - IssueHint
[Discussion] GUI for netlify-shortener with git-gateway, 5, 2019-02-05, 2022-08-25. Updating an order (adding line items) with rest api returns ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hrm. i never thought about shortening the shortener. well played!
(Apologies if it’s bad form to comment on a closed issue. I thought it better than to open a new, similar, one…)
I can totally see the reasoning for staying CLI-only. However: I would love to implement this for my team of which some people are not comfortable with either the CLI or Git (or even have access to the repo).
Having some GUI to manage the redirects would be great for them.
Although ‘feasible’, at the moment the
_redirects
are not editable in Netlify CMS, right?