Skip to content

Commit

Permalink
Export to HTML (experimental) hide on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
carloBarazzetta committed Oct 25, 2023
1 parent b65d7ed commit 21207c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@
**An integrated help system based on files in Markdown format (and also html), for Delphi and Windows applications**

- A "Setup" of the pre-built **"Markdown Help Viewer"** ready to use.

- A unit (MarkdownHelpViewer.pas) to add the interface to Delphi Help System of your Delphi Application (from XE6 version to latest)

- A VCL Visual Component (TMarkdownViewer) to automatically show Markdown file formatted in HTML (from XE6 version to latest)

- A simple demo to show how to integrate the Help in your application, as exaplained [here...](./Demo/Help/README.md)
- For editing and prepare the Help manual of your application we suggest to use the Editor contained into ["Markdown Shell Extensions"](https://github.com/EtheaDev/MarkdownShellExtensions) project.

- For editing and prepare the Help manual of your application we suggest to use the Editor contained into
["Markdown Shell Extensions"](https://github.com/EtheaDev/MarkdownShellExtensions) project.

### Features

- Supports Windows Vista, 7, 8, 10 and 11 (for 32 bits and 64 bits).

- Themes (Dark and Light) according to user preferences of Windows Theme

- Auto-detect Index file in the working folder

- Very easy to integrate into Delphi Application

### Setup using the Installer
Expand Down
3 changes: 3 additions & 0 deletions Source/MDHelpView.Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,9 @@ procedure TMainForm.FormCreate(Sender: TObject);
var
LMarkdownMasks, LHTMLMasks: string;
begin
{$IFNDEF DEBUG}
acExportHTML.Visible := False;
{$ENDIF}
Screen.MessageFont.Size := Round(Screen.MessageFont.Size*1.2);
InitializeStyledTaskDialogs(True, Screen.MessageFont);

Expand Down

0 comments on commit 21207c5

Please sign in to comment.