[Module] MarkDown Gadget (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Added: Markdown::Requester() (= MessageRequester using Markdown)
Image
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: [Module] MarkDown Gadget (all OS)

Post by Andre »

A really great module, thank you Thorsten! :D

I'm already considering to use it for creating / displaying the help for my Windows+MacOS project (instead of .chm help file). But I would need to try implementing a chapter-based context-sensitive help like it can be used sich PB's native library and .chm files...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Andre wrote:A really great module, thank you Thorsten! :D

I'm already considering to use it for creating / displaying the help for my Windows+MacOS project (instead of .chm help file). But I would need to try implementing a chapter-based context-sensitive help like it can be used sich PB's native library and .chm files...
I already had the idea to create help files with Markdown.

Look: EasyHelp
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Added: Help Window

Code: Select all

MarkDown::Help("Help", "Help.mdh", "Label", MarkDown::#AutoResize)
Image
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Help file (use example 30)
  • Bugfixes and improvements
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Table of Contents - " {{TOC}} "
  • Adjustments and optimizations for HTML & PDF export
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Added: Glossary

Code: Select all

### Glossary ###

[?Glossary] is a glossary term.

[?Glossary]: The glossary collects information about important terms used in your document.

----------------------------------------

{{Glossary}}
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: [Module] MarkDown Gadget (all OS)

Post by Kuron »

Thorsten1867 wrote:My last module for this year: :wink:

You saved the best for last. This is an amazing contribution!
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Added: Notes
Image
Last edited by Thorsten1867 on Thu Feb 13, 2020 4:10 pm, edited 2 times in total.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: [Module] MarkDown Gadget (all OS)

Post by Kuron »

Thorsten1867 wrote:Update:
  • Added Notes (not for HTML)
Oh, Hell Yeah!!
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Notes for HTML & PDF export available
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update:
  • Attribute #ScrollBar [#ScrollBar_Default/#ScrollBar_Frame/#ScrollBar_DragPoint]
  • SetColor() -> [#ScrollBar_FrontColor/#ScrollBar_BackColor/#ScrollBar_BorderColor/#ScrollBar_ButtonColor/#ScrollBar_ThumbColor]
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: [Module] MarkDown Gadget (all OS)

Post by StarBootics »

Hello Thorsten1867,

Under Linux the scrollbar don't work properly especially with the Notes example.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update: Markdown & EasyHelp App for MacOS
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] MarkDown Gadget (all OS)

Post by Thorsten1867 »

Update: Navigation buttons for help window
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Post Reply