Skip to content

Commit

Permalink
ver.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carloBarazzetta committed Oct 25, 2023
1 parent 9214891 commit c5b6ba8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Markdown Editor and Shell Extensions [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
**Latest Version 2.0.0 - 22 Oct 2023**

**Latest Version 2.0.1 - 25 Oct 2023**

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

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

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

### Markdown Text Editor

A useful Text editor with instant preview of Markdown formatted content:

![Markdown Text Editor Dark](./Images/MDTextEditorLight.png)

### Manual Build and Installation (only for Delphi developers) ###

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.

### Preview Panel in action ###

In Windows 10 with Dark theme:

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

### Markdown Text Editor
### Manual Build and Installation (only for Delphi developers) ###

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

![Markdown Text Editor Dark](./Images/MDTextEditorLight.png)
\Source\MDShellExtensionsGroup.groupproj

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

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.
***Warning: To simplyfy build of the projects, some third parties libraries are located into ext folder***

To manually install the SVGShellExtensions.dll follow these steps:

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).

2. If you have already used the installer uninstall the components from system.

3. To install manually the dll run the `Unregister_Register.cmd` (run-as-administrator): notice that you must change the path into cmd file.

## Release Notes ##

22 Oct 2023: ver. 2.0.0
25 Oct 2023: ver. 2.0.1
- Fixed some "hints"
- Uses System Border and Shadows for Forms

24 Oct 2023: ver. 2.0.0
- Added use of Skia4Delphi
- Added support for new image format (webp and wbmp)
- Uses AnimatedStyledDialogs for messages
Expand Down
Binary file modified Source/MDShellExtensions.res
Binary file not shown.
Binary file modified Source/MDShellExtensions32.res
Binary file not shown.
Binary file modified Source/MDTextEditor.res
Binary file not shown.

0 comments on commit c5b6ba8

Please sign in to comment.