Owain Williams

@owaincodes@umbracocommunity.social
242 Followers
217 Following
1.2K Posts
🧑‍💻 Developer
🪩 8x Umbraco CMS MVP.
👾 .Net #Edinburgh & Edinburgh #Umbraco User Group meetup organiser.
Websitehttps://owain.codes

Thanks @lotte and @sebastiaan for featuring my @obsidian package on the @umbraco devrel deepdive today :)

Fixed the spelling mistakes ;)

https://www.youtube.com/watch?v=Ryr1eQqoqxk

#umbraco

DevRel Deep Dive: umbPublisher for Obsidian

YouTube
Blog about last week is taking longer to type up than had hoped but there is so much I want to share :D #codegarden #umbraco

If you haven't already seen @matt latest blog - It's a great read and one I recommend you all take a look at :

https://mattbrailsford.dev/neurodiversity-and-me-running-in-emulation

#umbraco

ND & Me: Running in Emulation | mattbrailsford.dev

A late-diagnosed dev's journey through neurodivergence, self-doubt, and learning to run more natively

#umbraco developers did you know about the hidden examples in the Umbraco CMS Bellisima source code? I didn't until last week...

Go to the Umbraco.Web.UI.Client folder and type `npm run example`

@sebastiaan @CorneHoskam

Must. Put. Credit. Card. Away.

@sebastiaan @CorneHoskam just seen your reply. We should have arranged a wee early finish for a few drams.

A huge thanks to everyone at #Umbraco #MVPSummit and #Codegarden who attended my ND workplace talk!

It was the first time publicly sharing my story after my diagnosis last year and I was super nervous but you all made it feel safe. So many reached out with your own journeys and reminded me why these conversations matter.

This community is truly #Umbazing 🙏

#Neurodiversity #Inclusion #Umbraco

@matt a highlight of my week was listening to you sharing. A brilliant talk that I hope others got as much from it as I did. #h5yr
Missing #codegarden already. Having Sea bass for dinner. 🤣

Can anyone recommend a solution for some basic analytics for my website? Don't need all the rubbish that comes with Google analytics. I just want to know page views really. Don't need to know where from etc.

Thanks.

×

#umbraco developers did you know about the hidden examples in the Umbraco CMS Bellisima source code? I didn't until last week...

Go to the Umbraco.Web.UI.Client folder and type `npm run example`

@steve_gibe didn’t know about some of these other examples in here. Seems to be quite a few new ones in here 👀
@steve_gibe ...and more examples are being added. Custom "collections" was merged in this morning.
@lee I've just been looking at where a good place would be to add this to docs
@lee @steve_gibe does collections auto handle paging for us

@warrenbuckley The default collection element has pagination built-in. 👍

If you roll your own custom collection element, then you can either roll your own pagination, or reuse the built-in one, (e.g. `<umb-collection-pagination>`).

// @steve_gibe

@lee @steve_gibe NOICE ! May consider swapping the content lock dashboard to use it at some point if people have that many locks it needs pagination in the future

@warrenbuckley @lee huzza and it's no longer hidden https://docs.umbraco.com/umbraco-cms/examples-and-playground

Niels has added some docs!

Examples and Playground | Umbraco CMS

Practical examples and hands-on experience are good ways to learn.