1818
1919## ✨ Features
2020
21- - 🖼️ ** Live Preview** — View EPS and PS files side-by-side with your code
22- - 🔍 ** Pan & Zoom** — Smooth SVG-based pan and zoom controls
23- - 📄 ** Multi-Page Support** — Navigate through multi-page PostScript documents
24- - 🎨 ** Theme Support** — Automatic light/dark mode matching VS Code theme
25- - 🖌️ ** Background Color Picker** — Customize preview background color
26- - 📝 ** Console Output** — View GhostScript output (from ` == ` , ` print ` , etc.)
27- - ⚙️ ** Custom Paths** — Configure paths to GhostScript and Poppler tools
28- - 🔄 ** Auto-Refresh** — Preview updates automatically when you save
21+ - ** Live Preview** — View EPS and PS files side-by-side with your code
22+ - ** Pan & Zoom** — Smooth SVG-based pan and zoom controls
23+ - ** Multi-Page Support** — Navigate through multi-page PostScript documents
24+ - ** Theme Support** — Automatic light/dark mode matching VS Code theme
25+ - ** Background Color Picker** — Customize preview background color
26+ - ** Console Output** — View GhostScript output (from ` == ` , ` print ` , etc.)
27+ - ** Custom Paths** — Configure paths to GhostScript and Poppler tools
28+ - ** Auto-Refresh** — Preview updates automatically when you save
2929
3030<img src =" https://github.com/ahnafnafee/PostScript-Preview/raw/master/demo/postscript-preview-demo.gif " alt =" PostScript Preview Demo " style =" zoom :50% ;" />
3131
@@ -86,7 +86,7 @@ C:\ProgramData\chocolatey\lib\poppler\tools
8686
8787</details >
8888
89- ## ⚙️ Configuration
89+ ## Configuration
9090
9191Configure custom executable paths in VS Code settings (useful for conda environments or non-standard installations):
9292
@@ -105,7 +105,7 @@ Example `settings.json`:
105105}
106106```
107107
108- ## 📄 Multi-Page Documents
108+ ## Multi-Page Documents
109109
110110For PostScript files with multiple ` showpage ` commands, navigation controls appear automatically:
111111
@@ -114,25 +114,25 @@ For PostScript files with multiple `showpage` commands, navigation controls appe
114114
115115The preview resets to page 1 when the source file is modified.
116116
117- ## 📝 Console Output
117+ ## Console Output
118118
119119View GhostScript output in VS Code:
120120
1211211 . Open Output panel (` Ctrl+Shift+U ` / ` Cmd+Shift+U ` )
1221222 . Select ** "PostScript-Preview"** from the dropdown
1231233 . Output from ` == ` , ` print ` , and other operators will appear here
124124
125- ## 🐛 Known Issues
125+ ## Known Issues
126126
127127None currently. [ Report issues here] ( https://github.com/ahnafnafee/PostScript-Preview/issues ) .
128128
129- ## 🙏 Credits
129+ ## Credits
130130
131131- [ mkvoya/eps-preview] ( https://github.com/mkvoya/eps-preview ) — Original base extension
132132- [ svg-pan-zoom] ( https://github.com/bumbu/svg-pan-zoom ) — Pan and zoom library
133133- [ pickr] ( https://github.com/Simonwep/pickr ) — Color picker library
134134
135- ## 🛠️ Development
135+ ## Development
136136
137137See [ TESTING.md] ( TESTING.md ) for local development instructions.
138138
@@ -142,7 +142,7 @@ yarn compile
142142# Press F5 in VS Code to launch Extension Development Host
143143```
144144
145- ## 📄 License
145+ ## License
146146
147147[ MIT] ( LICENSE )
148148
0 commit comments