Darren Jacoby (@darrenrjacoby) 's Twitter Profile
Darren Jacoby

@darrenrjacoby

ID: 1036706473

linkhttps://github.com/darrenjacoby calendar_today26-12-2012 09:06:52

367 Tweet

209 Takipçi

216 Takip Edilen

Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

This alone is reason for me to include disabling comments in Intervention. I have used the plugin "disable-comments" a lot in the past, but plugins running with their own UI is huge deterrent.

This alone is reason for me to include disabling comments in Intervention. I have used the plugin "disable-comments" a lot in the past, but plugins running with their own UI is huge deterrent.
Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

It feels like a missed opportunity that WordPress does not have an official style guide for plugin authors. It's hard to know the correct route to take; match existing styles, or consider new styles from the block editor. (think form inputs)

Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

I started mapping out wp-admin styles to a tailwind.config file to bring some sanity to building option pages, still needs a lot of work and explanation, but for now trying to extract common styles is the goal. github.com/darrenjacoby/w…

Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

Tiny JS range function for CSS clamp with React and Tailwind JIT, just pass in a `min`, `max`, `from` and `to` 😅gist.github.com/darrenjacoby/0…

Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

Intervention import tool coming together! Import provides an easy way to compare database and config file values, with the option to import those values to the database.

Intervention import tool coming together! Import provides an easy way to compare database and config file values, with the option to import those values to the database.
Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

Intervention 2.0.0-rc.5 tagged. You can now update `wp-admin` options via the backend and save to the database or export to a config file. github.com/darrenjacoby/i…

Intervention 2.0.0-rc.5 tagged. You can now update `wp-admin` options via the backend and save to the database or export to a config file. github.com/darrenjacoby/i…
Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

It's been a while! Brand new plugin to bring gesture-based actions to the block editor for a faster authoring experience. 0.0.1 pre-release. github.com/darrenjacoby/g…

Darren Jacoby (@darrenrjacoby) 's Twitter Profile Photo

Underrated use of skills: gatekeeping. As implementation becomes cheaper, gatekeeping skills maintain system quality. Even on a personal project, I'm finding it useful to gut check decisions against a set of predefined principles; a type of philosophy linter.