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).
- You are here:
- Home
- Q&A
- Q&A
- PowerBuilder
- Render And Edit Markdown
- Rishi Panthee
- PowerBuilder
- Friday, 11 October 2024 19:21 PM UTC
- Monday, 21 October 2024 18:39 PM UTC
- PowerBuilder
- # Permalink
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.
- Armeen Mazda @Appeon
- Monday, 21 October 2024 18:59 PM UTC
-
Helpful Loading... Helpful 0
- Monday, 14 October 2024 19:49 PM UTC
- PowerBuilder
- # 1
@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"
- Monday, 14 October 2024 16:37 PM UTC
- PowerBuilder
- # 2
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.
- Rishi Panthee
- Monday, 14 October 2024 17:05 PM UTC
-
Helpful Loading... Helpful 0
- Armeen Mazda @Appeon
- Monday, 14 October 2024 17:43 PM UTC
-
Helpful Loading... Helpful 1
- Friday, 11 October 2024 20:02 PM UTC
- PowerBuilder
- # 3
Live example from PB 2025 right now ...
- Chris Pollach @Appeon
- Monday, 14 October 2024 17:11 PM UTC
-
Helpful Loading... Helpful 0
- Rishi Panthee
- Monday, 14 October 2024 17:43 PM UTC
-
Helpful Loading... Helpful 0
- Chris Pollach @Appeon
- Monday, 14 October 2024 18:19 PM UTC
https://github.com/mundimark/awesome-markdown-editors
-
Helpful Loading... Helpful 0
- Friday, 11 October 2024 19:29 PM UTC
- PowerBuilder
- # 4
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
- Rishi Panthee
- Friday, 11 October 2024 19:45 PM UTC
-
Helpful Loading... Helpful 0
- Chris Pollach @Appeon
- Monday, 14 October 2024 23:17 PM UTC
-
Helpful Loading... Helpful 0
- Page :
- 1
However, you are not allowed to reply to this question.