You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-24Lines changed: 41 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
**A collection of extensions tools for SVG files, integrated into Microsoft Windows Explorer (Vista, 7, 8 and 10):**
4
4
5
-
- A [Preview handler](https://docs.microsoft.com/en-us/windows/win32/shell/preview-handlers) which allows you to see the SVG image and text without open it, in the "Preview Panel".
5
+
- A [Preview handler][1] which allows you to see the SVG image and text without open it, in the "Preview Panel".
6
6
7
-
- A [Thumbnail handler](https://docs.microsoft.com/en-us/windows/win32/shell/thumbnail-providers) which allows you to see the SVG image into Windows Explorer.
7
+
- A [Thumbnail handler][2] which allows you to see the SVG image into Windows Explorer.
8
8
9
9
- An SVG-XML Text Editor to manually edit and preview the text of SVG files.
10
10
11
-
### Features ###
12
-
* Supports Windows Vista, 7, 8 and 10 (only for 64 bits).
11
+
### Features
12
+
- Supports Windows Vista, 7, 8 and 10 (only for 64 bits).
13
13
14
-
* Themes (Dark and Light) according to user preferences of Windows Theme
14
+
- Themes (Dark and Light) according to user preferences of Windows Theme
15
15
16
16
### Preview Panel and Thumbnails in action ###
17
17
@@ -23,22 +23,27 @@ In Windows 10 with Dark theme:

31
31
32
-
### Setup using the Installer ###
32
+
### Setup using the Installer
33
33
34
-
Click to download the [SVGShellExtensionsSetup.exe](https://github.com/EtheaDev/SVGShellExtensions/releases/latest/download/SVGShellExtensionsSetup.exe) located also in the Release area. The Installer works only on a 64 bit system.
34
+
Click to download the [SVGShellExtensionsSetup.exe][3] located also in the Release area. The Installer works only on a 64 bit system.
35
35
36
36
WARNING: currently the installer is not signed with a certificate: beware of blocking by Windows or antivirus.
37
37
38
38
Look at this short video (1'47'') how to download, setup and use it:
***For a clean Setup close all the windows explorer instances which have the preview handler active or the preview handler was used (remember the dll remains in memory until the windows explorer was closed).***
43
48
44
49
### Manual Build and Installation (for Delphi developers) ###
@@ -47,11 +52,11 @@ If you have Delphi 10.4 Sydney, you can manually build the project:
47
52
48
53
***Warning: To build the DLL you need also other open-source projects***
To manually install the SVGShellExtensions.dll follow these steps:
57
62
@@ -85,31 +90,43 @@ To manually install the SVGShellExtensions.dll follow these steps:
85
90
31 Jan 2021
86
91
- Added SVG file Preview panel
87
92
88
-
## Credits ##
93
+
## Credits
89
94
90
-
Many thanks to **Rodrigo Ruz V.** (author of https://theroadtodelphi.com/ Blog) for his wonderful work on **delphi-preview-handler**https://github.com/RRUZ/delphi-preview-handler from which this project has used a lot of code and inspiration.
95
+
Many thanks to **Rodrigo Ruz V.** (author of [theroadtodelphi.com][7] Blog) for his wonderful work on [delphi-preview-handler][8] from which this project has used a lot of code and inspiration.
91
96
92
-
## License ##
97
+
## License
93
98
94
-
Licensed under the Apache License, Version 2.0 (the "License")https://opensource.org/licenses/Apache-2.0;
99
+
Licensed under the [Apache License, Version 2.0][9] (the "License");
95
100
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments