diff --git a/Useful-Widgets.md b/Useful-Widgets.md
index 2d6d069..4c6345f 100644
--- a/Useful-Widgets.md
+++ b/Useful-Widgets.md
@@ -3,7 +3,7 @@
|------|------|
| ![](https://user-images.githubusercontent.com/1193295/96733540-dba78b00-13b9-11eb-855e-d0aa98a322d1.png) | ImGuiColorTextEdit
[github/BalazsJako/ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)|
| ![](https://user-images.githubusercontent.com/1193295/96734078-72744780-13ba-11eb-9a1d-a39c1e5122fd.png) | Zep
[github/Rezonality/zep](https://github.com/Rezonality/zep) |
-| ![](https://user-images.githubusercontent.com/1193295/96734863-42797400-13bb-11eb-948f-554044b7a67d.png) | Scintilla
[thread]() |
+| ![](https://user-images.githubusercontent.com/1193295/96734863-42797400-13bb-11eb-948f-554044b7a67d.png) | Scintilla
[issue #108](https://github.com/ocornut/imgui/issues/108) |
## Node Editors
| Shot | Link |
@@ -11,7 +11,7 @@
| ![](https://user-images.githubusercontent.com/1193295/96736564-06dfa980-13bd-11eb-8cf8-641962bb04df.png) | imgui-node-editor
[github/thedmd/imgui-node-editor](https://github.com/thedmd/imgui-node-editor) |
| ![](https://user-images.githubusercontent.com/1193295/96736823-49a18180-13bd-11eb-8891-95f481fe1765.png) | ImNodes
[github/rokups/ImNodes](https://github.com/rokups/ImNodes) |
| ![](https://user-images.githubusercontent.com/1193295/96736995-78b7f300-13bd-11eb-84a1-6b8f0e4ac064.png) | imnodes
[github/Nelarius/imnodes](https://github.com/Nelarius/imnodes) |
-| ![]() | Many more
[thread](https://github.com/ocornut/imgui/issues/306) |
+| ![]() | Many more at [#306](https://github.com/ocornut/imgui/issues/306) |
## Curves, Animations, Gradients
| Shot | Link |
@@ -25,7 +25,7 @@
|------|------|
| ![](https://user-images.githubusercontent.com/1193295/96738879-79ea1f80-13bf-11eb-8e96-97f4acc8b79d.png) | ImPlot
[github/epezent/implot](https://github.com/epezent/implot) |
| ![](https://user-images.githubusercontent.com/1193295/96739012-9f772900-13bf-11eb-831b-e4b1ba82e152.png) | imgui-plot
[github/soulthreads/imgui-plot](https://github.com/soulthreads/imgui-plot) |
-| ![](https://user-images.githubusercontent.com/1193295/96739187-d0575e00-13bf-11eb-9afa-6f0c2bc4dd0f.png) | Flame Graph Widget
[issues](https://github.com/ocornut/imgui/issues/2859) |
+| ![](https://user-images.githubusercontent.com/1193295/96739187-d0575e00-13bf-11eb-9afa-6f0c2bc4dd0f.png) | Flame Graph Widget
[issue #2859](https://github.com/ocornut/imgui/issues/2859) |
| ![](https://user-images.githubusercontent.com/1193295/96739299-f0871d00-13bf-11eb-8a2b-fa670070477d.png) | Plot Var Helper
[wiki](https://github.com/ocornut/imgui/wiki/plot_var_example) |
## File Browsers / File Dialog
@@ -51,29 +51,29 @@
## Misc
| Shot | Link |
|------|------|
-| ![]() | Memory Editor:
[github](https://github.com/ocornut/imgui_club)
-| ![]() | ImGuizmo
[github](https://github.com/CedricGuillemet/ImGuizmo)
-| ![]() | imGuiZMO.quat
[github](https://github.com/BrutPitt/imGuIZMO.quat)
-| ![]() | Splitters
[github](https://github.com/ocornut/imgui/issues/319)
-| ![]() | Slider 2D and Slider 3D
[github](https://github.com/ocornut/imgui/issues/3484)
-| ![]() | Spinner + Loading Bar progress indicators
[github](https://github.com/ocornut/imgui/issues/1901)
-| ![]() | ImHotKey (Hotkey Editor)
[github](https://github.com/CedricGuillemet/ImHotKey)
-| ![]() | IP Entry Box
[github](https://github.com/ocornut/imgui/issues/388)
-| ![]() | Pie menu test
[github](https://github.com/ocornut/imgui/issues/434)
-| ![]() | nnview: a neural network viewer
[github](https://github.com/lighttransport/nnview)
-| ![]() | Knobs
[github](https://github.com/ocornut/imgui/issues/942#issuecomment-268369298)
-| ![]() | Toggle Button
[github](https://github.com/ocornut/imgui/issues/1537)
-| ![]() | ImGui::Auto(): leverage C++17 to serialize any structure into imgui interfaces
[github](https://github.com/Csabix/imgui/tree/master/auto)
-| ![]() | LayoutWidget
[github](https://github.com/xpenatan/jDear-imgui/tree/master/extensions/imgui-layout-widget)
-| ![]() | Issues "useful widgets" Tag
[issue](https://github.com/ocornut/imgui/labels/useful%20widgets)
+| ![]() | Memory Editor:
[github/ocornut/imgui_club](https://github.com/ocornut/imgui_club)
+| ![]() | ImGuizmo
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
+| ![]() | imGuiZMO.quat
[github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat)
+| ![]() | Splitters
[issue #319](https://github.com/ocornut/imgui/issues/319)
+| ![]() | Slider 2D and Slider 3D
[issue #3484](https://github.com/ocornut/imgui/issues/3484)
+| ![]() | Spinner + Loading Bar progress indicators
[issue #1901](https://github.com/ocornut/imgui/issues/1901)
+| ![]() | ImHotKey (Hotkey Editor)
[github/CedricGuillemet/ImHotKey](https://github.com/CedricGuillemet/ImHotKey)
+| ![]() | IP Entry Box
[issue #388](https://github.com/ocornut/imgui/issues/388)
+| ![]() | Pie menu test
[issue #434](https://github.com/ocornut/imgui/issues/434)
+| ![]() | nnview: a neural network viewer
[github/lighttransport/nnview](https://github.com/lighttransport/nnview)
+| ![]() | Knobs
[issue #942](https://github.com/ocornut/imgui/issues/942#issuecomment-268369298)
+| ![]() | Toggle Button
[issue #1537](https://github.com/ocornut/imgui/issues/1537)
+| ![]() | ImGui::Auto(): leverage C++17 to serialize any structure into imgui interfaces
[github/Csabix/imgui](https://github.com/Csabix/imgui/tree/master/auto)
+| ![]() | LayoutWidget
[github/xpenatan/jDear-imgui/extensions](https://github.com/xpenatan/jDear-imgui/tree/master/extensions/imgui-layout-widget)
+| ![]() | Also see `useful widgets` tag in [issues](https://github.com/ocornut/imgui/labels/useful%20widgets)
## Virtual Reality (VR) / Reprojected UI plane
| Shot | Link |
|------|------|
-| ![]() | ImGuiVR: Demo code for using Imgui with OpenVR
[github](https://github.com/temcgraw/ImguiVR)
[video](https://www.youtube.com/watch?v=nlwfn4HJw5E) |
-| ![]() | Desktop+
[github](https://github.com/elvissteinjr/DesktopPlus) |
-| ![]() | BIMXplorer
[bimxplorer](https://www.bimxplorer.com/) |
-| ![]() | mpFluid CAVE Front End
[github](https://github.com/sariug/mpfluid_cave_frontend) |
+| ![]() | ImGuiVR: Demo code for using Imgui with OpenVR
[github/temcgraw/ImguiVR](https://github.com/temcgraw/ImguiVR)
[video](https://www.youtube.com/watch?v=nlwfn4HJw5E) |
+| ![]() | Desktop+
[github/elvissteinjr/DesktopPlus](https://github.com/elvissteinjr/DesktopPlus) |
+| ![]() | BIMXplorer
[homepage](https://www.bimxplorer.com/) |
+| ![]() | mpFluid CAVE Front End
[github/sariug/mpfluid_cave_frontend](https://github.com/sariug/mpfluid_cave_frontend) |
## Third party repos
| Shot | Link |