What do WordPress have that Kirby donāt? A lot of stuff, maybe 90% junk and that is one reason I like Kirby. Still there are some good things in the world of WordPress that Kirby does not have.
I also think that this list covers things that people have asked for before, so it would be great to have some answers about them.
1. Proposed scope
What are the plans for the next release / releases? We have issues on Github but they donāt tell the whole story. A list of ideas for the future versions / version would be great.
It can also be good to see the ideas that are not going to be implemented, for example a favicon editor (I hope a favicon editor is not on todo).
You have stuff on your mind but itās not that easy to get it @bastianallgeier. Future ideas as public list on github, or not?
2. Custom admin pages (panel)
We canāt add admin pages, at least not yet. Here are a few things you could do with it:
- An admin page for broken links on the site.
- An admin page for SEO (Search Engine Optimization) showing missing title tags and missing meta descriptions.
- An admin page for Google Analytics stats.
- An admin page for a great custom tool, whatever it might be.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
3. Custom admin sidebar (panel)
We canāt change the list to the left in the panel. It would be good to set custom stuff and remove pages we donāt want to see. We can remove them with panel css but it feels a little hackish.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
4. Revisions / page versions
I know many of you use git as version control. I like the idea to save backup files in a subfolder called āversionsā or something. To make it complete there would be possible to back to a version or compare two of them.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
5. Duplicate / clone page
Copy a page with all contents is a good feature. WordPress fails here as well but it work with a plugin.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
6. Move page level
Sometimes the page might be created at the wrong depth. In this case we need to move it. With FTP itās easy but it would be good to have that feature in the panel as well. If the blueprint does not support the page, give a warning of what fields will be deleted before move.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
7. Change the menu system
Many things has come up as problems with the way the menu system works. Itās not even clear to everyone how itās ment to be used. Some even suggested that it should be used to hide hidden pages completly on the site.
Are you going to change it in some way @bastianallgeier? Next version, future, maybe or never?
8. Hook just before template loads
The biggest problem of not having a hook before template loads is that you cannot get the correct page()
.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?
9. Title not required
EDIT: Seems to be fixed: Don't require title in the blueprint Ā· Issue #650 Ā· getkirby-v2/panel Ā· GitHub
The content title is required just to be used by the panel, even if itās not used elsewhere. WordPress fails here as well.
Do you have plans of changing this @bastianallgeier? Next version, future, maybe or never?
10. Not all folder paths can be edited
To separated Kirby core and the panel I belive the folder structure can be improved. Not all folders can be edited. If they could we could have our own folder structure, just as we want. WordPress fails here as well.
Is this a part of your future plan for Kirby @bastianallgeier? Next version, future, maybe or never?