From 8196c397e6f674a8f79022cbd07c89bf448d50e4 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 19 Oct 2022 01:37:12 -0400
Subject: [PATCH] Update readme

---
 readme.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/readme.md b/readme.md
index 77eb383..c3fb3a1 100644
--- a/readme.md
+++ b/readme.md
@@ -6,6 +6,15 @@ JavaScript logic to dynamically split mediawiki page content into clickable tabs
 
 Tabs will filter all content, based on what was underneath the H2 header of the corresponding name.
 
+![](https://git.brandon-rodriguez.com/javascript/wiki-tabs/-/blob/master/media/wiki_tabs_example.gif)
+
+
+## TODO
+* Written back in 2017 or so, so code is a bit messy and could probably use some cleanup.
+* May be useful to make this into a proper mediawiki extension? Unsure of how much additional work that would be.
+    * Currently the only way to add this is by directly editing the mediawiki css/js style pages. Which isn't exactly
+    a recommended practice. But it works.
+
 
 ## Notes
 
-- 
GitLab