#authorexperience #authorcollab #scifi #books #podcast
https://www.youtube.com/watch?v=88tzety8XEg
For those who remember and those who just need a little joy in their site:
https://wbrowar.com/article/code/new-admin-bar-widget-happy-brad
Oh, about those blue buttons, check out this quick tip I threw together: https://youtu.be/aPlSS4sEiK0
π Guide 5 is now live!
Here's a full list of all of the changes:
Thereβs also a Craft CMS plugin that makes setting this up even easier. It uses the web component and it takes care of setting up edit links and shortcuts to settings and other pages in the control panel.
If youβre one of those folks looking for a new CMS and you want to maintain a similar authoring experience, hereβs a fully-customizable and themeable admin toolbar web component that you can use on the front-end of your site.
I put together a Stackblitz to show of some theming examples that you could use for Admin Bar Component based on a few CMSs I've used in the past. This also set a few preset buttons to some common pages you might use for each CMS. If you have suggestions for more themes, please send me a fork of it with your suggestions.
Here's a link to the Stackblitz:
https://stackblitz.com/edit/vitejs-vite-gxbmja?file=index.html
#WebComponents #CraftCMS #Drupal #WordPress #AX #AuthorExperience
I split the Craft CMS plugin, Admin Bar, into two things:
Admin Bar Component, a web component that can be used on any framework or front-end.
Admin Bar for Craft CMS, the plugin that lets you add a Twig tag and some custom settings to automatically add Admin Bar Component to Twig-based projects.
Hereβs a write up about why this was done:
A "dual content model approach" that uses:
β a primary #ContentModel to define content for reuse across channels and
β a channel-specific content model for content that won't be reused elsewhere.
https://contentmarketinginstitute.com/articles/guarantee-perfect-content-model/
Nice discussion about making trade-offs to improve flexibility and the #AuthorExperience in #ContentStrategy.