diff --git a/README.md b/README.md
index ef1d5a5..5170033 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti
- [Cypress](#cypress)
- [JavaScript](#javascript)
- [Jira](#jira)
+- [Markdown](#markdown)
- [Material UI](#material-ui)
- [Scrum](#scrum)
@@ -25,6 +26,7 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti
### JavaScript
+- [\[Bookmarklet\] - insert text snippet at current cursor position](markdown/collapsible-sections-plus-bookmarklet.md)
- [\[Bookmarklet\] - remove `notranslate` class that prevents whole page translation](javascript/bookmarklet-remove-notranslate-class-that-prevents-whole-page-translation.md)
- [Sort an array of strings/objects alphabetically](javascript/sort-array-of-strings-alphabetical.md)
@@ -34,6 +36,10 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti
- [Automation: Find the smart value for a field](jira/automation-find-smart-value-for-field.md)
- [Automation: update task `Story point estimate` when subtask values change](jira/automation-sum-of-story-point-estimate.md)
+### Markdown
+
+- [Collapsible Sections + Bookmarklet](markdown/collapsible-sections-plus-bookmarklet.md)
+
### Material UI
- [`sx` prop interprets `number` values inconsistently](material-ui/sx-prop-interprets-number-values-inconsistently.md)
diff --git a/markdown/collapsible-sections-plus-bookmarklet.md b/markdown/collapsible-sections-plus-bookmarklet.md
new file mode 100644
index 0000000..a5de584
--- /dev/null
+++ b/markdown/collapsible-sections-plus-bookmarklet.md
@@ -0,0 +1,127 @@
+# Collapsible Sections + Free bonus bookmarklet! 💥
+
+Collapsible sections are great! They're really useful and I think they're underutilized because people don't know about them or forgot how to use them properly. For a long time, I didn't know Markdown has this feature.
+
+Collapsible sections are especially great to segment a huge amount of information and let the reader decide if a particular section is relevant to them. If some information is extremely important to 20% of readers, why force all readers to scan through it and decide how far to skip?
+
+## Requirements
+
+More detailed 👇
+
+```xml
+Always visible. Can **ONLY** be plaintext
+
+ Markdown for
+ collapsible content
+ goes here.
+ Always visible. Can **ONLY** be plaintext
+
+ Collapsible content (Markdown-stylable)
+ 👉 Click to see the bookmarklet in action 🎬
+
+https://user-images.githubusercontent.com/24983797/173832754-3331ee59-7b7c-4c82-add4-9083a3f22885.mov
+
+