Page 2 of 6

Re: [Module] MarkDown Gadget (all OS)

Posted: Fri Jan 31, 2020 4:52 pm
by Thorsten1867
Update:
  • Added: Markdown::Requester() (= MessageRequester using Markdown)
Image

Re: [Module] MarkDown Gadget (all OS)

Posted: Fri Jan 31, 2020 6:14 pm
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...

Re: [Module] MarkDown Gadget (all OS)

Posted: Fri Jan 31, 2020 8:49 pm
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

Re: [Module] MarkDown Gadget (all OS)

Posted: Mon Feb 03, 2020 5:59 pm
by Thorsten1867
Update:
  • Added: Help Window

Code: Select all

MarkDown::Help("Help", "Help.mdh", "Label", MarkDown::#AutoResize)
Image

Re: [Module] MarkDown Gadget (all OS)

Posted: Wed Feb 05, 2020 3:36 pm
by Thorsten1867
Update:
  • Help file (use example 30)
  • Bugfixes and improvements

Re: [Module] MarkDown Gadget (all OS)

Posted: Sun Feb 09, 2020 7:36 pm
by Thorsten1867
Update:
  • Table of Contents - " {{TOC}} "
  • Adjustments and optimizations for HTML & PDF export

Re: [Module] MarkDown Gadget (all OS)

Posted: Mon Feb 10, 2020 3:14 pm
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}}

Re: [Module] MarkDown Gadget (all OS)

Posted: Wed Feb 12, 2020 9:00 am
by Kuron
Thorsten1867 wrote:My last module for this year: :wink:

You saved the best for last. This is an amazing contribution!

Re: [Module] MarkDown Gadget (all OS)

Posted: Wed Feb 12, 2020 4:09 pm
by Thorsten1867
Update:
  • Added: Notes
Image

Re: [Module] MarkDown Gadget (all OS)

Posted: Thu Feb 13, 2020 5:05 am
by Kuron
Thorsten1867 wrote:Update:
  • Added Notes (not for HTML)
Oh, Hell Yeah!!

Re: [Module] MarkDown Gadget (all OS)

Posted: Thu Feb 13, 2020 4:04 pm
by Thorsten1867
Update:
  • Notes for HTML & PDF export available

Re: [Module] MarkDown Gadget (all OS)

Posted: Thu Mar 05, 2020 4:16 pm
by Thorsten1867
Update:
  • Attribute #ScrollBar [#ScrollBar_Default/#ScrollBar_Frame/#ScrollBar_DragPoint]
  • SetColor() -> [#ScrollBar_FrontColor/#ScrollBar_BackColor/#ScrollBar_BorderColor/#ScrollBar_ButtonColor/#ScrollBar_ThumbColor]

Re: [Module] MarkDown Gadget (all OS)

Posted: Mon Mar 30, 2020 6:34 pm
by StarBootics
Hello Thorsten1867,

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

Best regards
StarBootics

Re: [Module] MarkDown Gadget (all OS)

Posted: Wed Apr 01, 2020 10:53 am
by Thorsten1867
Update: Markdown & EasyHelp App for MacOS

Re: [Module] MarkDown Gadget (all OS)

Posted: Wed Apr 01, 2020 5:05 pm
by Thorsten1867
Update: Navigation buttons for help window