Skip to content

Commit

Permalink
Merge pull request #3 from ahnafnafee/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ahnafnafee authored Oct 22, 2021
2 parents 5380853 + fd0e83c commit 7134b5d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,22 @@ vsc-extension-quickstart.md
.idea/**
test_eps/**
demo/**
.eslintcache
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitignore-revs
.mailmap
.prettierignore
.prettierrc
.yarnrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
generateEmojiShortcodeMap.js
tsconfig.eslint.json
tsconfig.json
tsconfig.webviews.json
tsconfig.tsbuildinfo
webpack.config.js
yarn.lock
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

All notable changes to the "PostScript-Preview" extension will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2021-10-22

- Version bump



Expand Down
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=ahnafnafee.postscript-preview">
<img alt="Version Number" src="https://vsmarketplacebadge.apphb.com/version-short/ahnafnafee.postscript-preview.svg"></a>
<img alt="Version Number" src="https://vsmarketplacebadge.apphb.com/version-short/ahnafnafee.postscript-preview.svg?style=for-the-badge&logo=visualstudiocode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=ahnafnafee.postscript-preview">
<img alt="VS Code Marketplace Installs" src="https://vsmarketplacebadge.apphb.com/installs-short/ahnafnafee.postscript-preview.svg"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=ahnafnafee.postscript-preview">
<img alt="VS Code Marketplace Rating" src="https://vsmarketplacebadge.apphb.com/rating-short/ahnafnafee.postscript-preview.svg"></a>
<img alt="VS Code Marketplace Installs" src="https://vsmarketplacebadge.apphb.com/installs-short/ahnafnafee.postscript-preview.svg?style=for-the-badge&logo=visualstudiocode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=ahnafnafee.postscript-preview&ssr=false#review-details">
<img alt="VS Code Marketplace Rating" src="https://vsmarketplacebadge.apphb.com/rating-short/ahnafnafee.postscript-preview.svg?style=for-the-badge&logo=visualstudiocode"></a>
</p>




<p align="center">
<img src="https://github.com/ahnafnafee/PostScript-Preview/raw/master/images/logo.png" alt="Logo" width="128px" height="auto" />
</p>
Expand All @@ -17,10 +19,14 @@
</p>


# PostScript Preview
<h1 align="center">PostScript Preview</h1>



> PostScript Preview is an extension that helps to **preview** EPS and PS files in [Visual Studio Code](https://code.visualstudio.com/). It supercharges how your view PostScript files by also allowing to **pan** and **zoom** the image. You can also change the preview background for extra **customizations**.


## Features

This extension enables the in-VSCode preview of EPS image files.
Expand Down Expand Up @@ -86,7 +92,9 @@ C:\ProgramData\chocolatey\lib\pdf2svg\tools\pdf2svg-windows-master\dist-64bits

## Known Issues

None yet. If you run into issues, please report the issues. You are also encouraged to open pull requests for additional features and fixes you want to add to this extension.
None yet. If you run into issues, please report them here: https://github.com/ahnafnafee/PostScript-Preview/issues

You are also encouraged to open pull requests for additional features and fixes you want to add to this extension.



Expand Down

0 comments on commit 7134b5d

Please sign in to comment.