From 4b058822f1e571763df6748b7ad902c6f0fbdada Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 4 Dec 2025 19:23:44 +0100 Subject: [PATCH] fix: css modify instructions in readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d235c79..81b0668 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ QLJSON ====== -![screenshot](screenshot.png) - Just a simple tool for QuickLook-ing `.json` files. +![screenshot](screenshot.png) + I have been using [QuicklookJSON][1] until recently but it has no support for macOS 15. I copied some parts of [QuickJSON][2] but did through away almost everything. The remaining code was heavily refactored. @@ -25,9 +25,10 @@ The remaining code was heavily refactored. ### How to customize CSS / JS 1. Right click on the app and select "Show Package Contents" -2. Copy `Contents/Resources/style.css` (or `script.js`) -3. Open `~/Library/Containers/de.relikd.QLJSON.Preview/Data/Documents/` -4. Paste the previous file and modify it to your liking (e.g. change text colors) +2. Go to `PlugIns` and repeat "Show Package Contents" on the Preview extension. +3. Copy `Contents/Resources/style.css` (or `script.js`) +4. Open `~/Library/Containers/de.relikd.QLJSON.Preview/Data/Documents/` +5. Paste the previous file and modify it to your liking (e.g. change text colors) [1]: http://www.sagtau.com/quicklookjson.html