From 8f2eb2e80fa4fd6ca200fad6d7e7af856e2554ef Mon Sep 17 00:00:00 2001 From: Adam J Esslinger Date: Fri, 14 Aug 2026 12:30:14 -0400 Subject: [PATCH] fix: use absolute image URLs in README so they render on the registry README's header logo/plus-icon and screenshot-gallery images used repo-relative src paths. GitHub auto-resolves those against the repo's raw-content base, so they rendered fine there -- but the Tabularium registry serves the README's HTML standalone with no such resolution, so all 6 images 404'd on the plugin's actual registry page once the README finally synced. Switched to absolute raw.githubusercontent.com URLs, matching the pattern already used for postgresql-icon.svg and the .tabularium screenshots array. --- CHANGELOG.md | 11 +++++++++++ README.md | 12 ++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461a5ca..0aa9119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +### Fixed + +- README's header logo/plus-icon and screenshot-gallery images used + repo-relative `src` paths (`assets/plus.svg`, `assets/screenshots/*.png`). + GitHub auto-resolves those against the repo's raw-content base, so they + rendered fine there — but the Tabularium registry serves the README's + HTML standalone, with no such resolution, so all 6 images 404'd on the + plugin's registry page once the README actually synced. Switched to + absolute `raw.githubusercontent.com` URLs, matching the pattern already + used for `postgresql-icon.svg` and the `.tabularium` `screenshots` array. + ### Changed - `.tabularium`'s `description` rewritten from the internal-facing diff --git a/README.md b/README.md index 81576d3..b5d94b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Tabularis logo - plus - PostgreSQL logo + plus + PostgreSQL logo
# tabularis-postgresql-plugin @@ -79,12 +79,12 @@ both drivers against the same live database and compares every response. - - + + - - + +
PostgreSQL listed in the Choose a database picker
PostgreSQL in the database picker
PostgreSQL connection form
Connection configuration
PostgreSQL listed in the Choose a database picker
PostgreSQL in the database picker
PostgreSQL connection form
Connection configuration
Schema browser showing tables, views, and materialized views
Multi-schema browsing
Data grid with a PostgreSQL enum column value
Data grid with enum support
Schema browser showing tables, views, and materialized views
Multi-schema browsing
Data grid with a PostgreSQL enum column value
Data grid with enum support