diff --git a/Useful-Extensions.md b/Useful-Extensions.md
index 453684c..065cd51 100644
--- a/Useful-Extensions.md
+++ b/Useful-Extensions.md
@@ -304,6 +304,9 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
**imgui_stdlib**: InputText() wrappers for C++ standard library (STL) type: std::string (2018-2022)
[in main repository](https://github.com/ocornut/imgui/tree/master/misc/cpp)
+**TextFmt()**: helper to use fmt (2023)
+
[pastebin](https://pastebin.com/QCnFhDMu)
+
**imgui_scoped**: Add some RAII-style wrappers
[#2096](https://github.com/ocornut/imgui/issues/2096), [#2197](https://github.com/ocornut/imgui/pull/2197)