Add images, inc for grep slide, and frontmatter that breaks reveal.js
This commit is contained in:
parent
f27a8aab28
commit
d7ce9bc8c5
3 changed files with 25 additions and 4 deletions
|
@ -1,16 +1,30 @@
|
||||||
### The Agaric Technology Collective
|
New England Drupal Camp @ Rhode Island College
|
||||||
|
Providence, RI
|
||||||
|
November 16, 2024
|
||||||
|
#NEDCamp2024
|
||||||
|
9am, Gaige Hall 201
|
||||||
|
|
||||||
|
#### When There's Not a Module for That: How to Make (and Maintain) a New Module
|
||||||
|
|
||||||
|
benjamin "mlncn" melançon
|
||||||
|
ben@agaric.coop
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Agaric Technology Collective
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
presents
|
presents
|
||||||
|
|
||||||
Note: test note
|
Note: my name's ben, i have been a worker and owner at the worker-owned Agaric cooperative since 2006.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
When There's Not a Module for That: How to Make (and Maintain) a New Module
|
## When There's Not a Module for That:
|
||||||
|
### How to Make (and Maintain) a New Module
|
||||||
|
|
||||||
----
|
---
|
||||||
|
|
||||||
### Be a part of something bigger
|
### Be a part of something bigger
|
||||||
(but not as big as all of Drupal)
|
(but not as big as all of Drupal)
|
||||||
|
@ -51,6 +65,13 @@ And friends including Facets and Better Exposed Filters
|
||||||
|
|
||||||
Note: If you decide your module should have one of those button links you see at the top right of a bunch of pages in Drupal's administration, you *don't even need to know* that they are called "Action Links" and find a tutorial on making them. You can just go look in the code of a module you know has them, grep for the label, and steal the code around it.
|
Note: If you decide your module should have one of those button links you see at the top right of a bunch of pages in Drupal's administration, you *don't even need to know* that they are called "Action Links" and find a tutorial on making them. You can just go look in the code of a module you know has them, grep for the label, and steal the code around it.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Note: Grep. Even when i am fully using an IDE for everything else, i grep in the regular command line when looking for text in a file. This habit is probably fueled more by failing to tell the IDE to index Drupal core and contrib modules more than anything else.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
To be continued…
|
To be continued…
|
||||||
|
|
BIN
images/add-content-block-action-link.png
Normal file
BIN
images/add-content-block-action-link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
images/grep-add-content-block-action-link.png
Normal file
BIN
images/grep-add-content-block-action-link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
Loading…
Add table
Add a link
Reference in a new issue