Skip to content
View alwaysblank's full-sized avatar

Organizations

@roots
Block or Report

Block or report alwaysblank

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alwaysblank/README.md

Hi Folks

I'm a programmer and taco enthusiast, and I help out users of the Roots stack as part of the Roots team (and occasionally contribute code). I like writing code and documentation.

When I'm not doing those things, I enjoy

Things I've Built

Perhaps you'll find some of them useful! Perhaps not. But here they are anyway.

  • brief - Useful for handling collections of data where you need to gracefully handle non-existence of individual items. More useful than an array, less useful (but also lighter) than Laravel Collections.
  • drawer - Drawer was originally created to handle opening and closing website navigation menus. It still does this very well! But you can use it to do other things too. Simple framework-agnostic JS state management library, built around modifying HTML data attributes for easy CSS integration.
  • plumbing - These are several different tiny packages I made to help with small tasks in WordPress that I kept "solving".
    • normalize-links - Makes it a bit easier to use and interact with the arrays returns by ACF's "link" field type.
    • templates - Allows you to set specific directories for custom templates for pages (and custom post types) in WordPress.
    • responsive-images - Wrapper for handling generating responsive images when using WordPress.
    • acf - Slim interface over ACF's get_field() that mostly just adds the ability to get several fields at once--and the ability to provide defaults and run callbacks on those fields individually.

Pinned

  1. climber climber Public

    An alternative to WordPress's Walker for navigation menus.

    PHP 48 2

  2. plumbing-templates plumbing-templates Public

    👩‍🔧 Custom directories for custom templates!

    PHP 19 1

  3. brief brief Public

    Present your arguments.

    PHP 8

  4. blade-generate blade-generate Public

    Forces generation of Blade template cache files for Sage9.

    PHP 63 6

  5. zelda zelda Public

    A more useful Link.

    PHP 26 1

  6. drawer drawer Public

    Forked from murmurcreative/module-drawer

    Open and close things, but in a nice way.

    TypeScript