Skip to content

Commit c5b6ba8

Browse files
ver.2.0.1
1 parent 9214891 commit c5b6ba8

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Markdown Editor and Shell Extensions [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
2-
**Latest Version 2.0.0 - 22 Oct 2023**
2+
3+
**Latest Version 2.0.1 - 25 Oct 2023**
34

45
**A collection of tools for markdown files, to edit and view content:**
56

@@ -30,25 +31,47 @@ Click to download the [MDShellExtensionsSetup.exe][1] located also in the Releas
3031

3132
***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).***
3233

34+
### Markdown Text Editor
35+
36+
A useful Text editor with instant preview of Markdown formatted content:
37+
38+
![Markdown Text Editor Dark](./Images/MDTextEditorLight.png)
39+
40+
### Manual Build and Installation (only for Delphi developers) ###
41+
42+
Learn more about the manual within our [wiki](https://github.com/EtheaDev/MarkdownShellExtensions/wiki/Manual-Build-and-Installation). Dive deeper into everything related to this tool, its features, and how to make the most of it.
43+
3344
### Preview Panel in action ###
3445

3546
In Windows 10 with Dark theme:
3647

3748
![Preview Panel Dark](./Images/PreviewPanelDark.png)
3849

39-
### Markdown Text Editor
50+
### Manual Build and Installation (only for Delphi developers) ###
4051

41-
A useful Text editor with instant preview of Markdown formatted content:
52+
If you have Delphi 10.4.2 or 11.3 or 12, you can manually build the projects using:
4253

43-
![Markdown Text Editor Dark](./Images/MDTextEditorLight.png)
54+
\Source\MDShellExtensionsGroup.groupproj
4455

45-
### Manual Build and Installation (only for Delphi developers) ###
56+
or the command: Build.bat (defining location of your Delphi environment)
4657

47-
Learn more about the manual within our [wiki](https://github.com/EtheaDev/MarkdownShellExtensions/wiki/Manual-Build-and-Installation). Dive deeper into everything related to this tool, its features, and how to make the most of it.
58+
***Warning: To simplyfy build of the projects, some third parties libraries are located into ext folder***
59+
60+
To manually install the SVGShellExtensions.dll follow these steps:
61+
62+
1. 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).
63+
64+
2. If you have already used the installer uninstall the components from system.
65+
66+
3. To install manually the dll run the `Unregister_Register.cmd` (run-as-administrator): notice that you must change the path into cmd file.
4867

4968
## Release Notes ##
5069

51-
22 Oct 2023: ver. 2.0.0
70+
25 Oct 2023: ver. 2.0.1
71+
- Fixed some "hints"
72+
- Uses System Border and Shadows for Forms
73+
74+
24 Oct 2023: ver. 2.0.0
5275
- Added use of Skia4Delphi
5376
- Added support for new image format (webp and wbmp)
5477
- Uses AnimatedStyledDialogs for messages

Source/MDShellExtensions.res

0 Bytes
Binary file not shown.

Source/MDShellExtensions32.res

0 Bytes
Binary file not shown.

Source/MDTextEditor.res

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)