Is there a WYSIWGY to markdown editor for powerbuilder(something like: https://mdxeditor.dev/) and just a normal renderer as well(with no editor capabilities).
Is there a WYSIWGY to markdown editor for powerbuilder(something like: https://mdxeditor.dev/) and just a normal renderer as well(with no editor capabilities).
The solution that we decided to go with was to create the markdown editor in a React App, export it to a single file and then load that file in a webview and add a function in the JS to retrieve the markdown which can be called by PB to retrieve the value.
The webview included in 2021 is too old to render it properly, but 2022R3 does work correctly.
@Chris I can't make more comments but:
Yup, there's a section that shows WYSIWYG editors for webapps in that awesome list: https://github.com/mundimark/awesome-markdown-editors?tab=readme-ov-file#wysiwyg-markdown-editors-for-integration-in-web-apps but it's not a native PB editor like we were looking for. For now I think we are going to use a webview to render a Markdown editor developed for the web and figure out how to pass data back from the webview to PB.
is a response to :
"I wonder if something like this might work ...
https://github.com/mundimark/awesome-markdown-editors"
Hi Rishi, Have you tried the RichTextEdit control or RichText DataWindow? Or as an alternative, you can load whatever HTML/JS editor you said you developed into the WebBrowser control.
Live example from PB 2025 right now ...
Hi Rishi ;
FYI: The new PB already has that: https://www.appeon.com/developers/pb2025-beta.html
Try it, you'll like it"! ;-)
Regards .. Chris