Re: [I] [Feature Request]: Markdown viewer (hop)
CarlosJuncher03 commented on issue #7111: URL: https://github.com/apache/hop/issues/7111#issuecomment-4856526866 That would be perfect, thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature Request]: Markdown viewer (hop)
mattcasters commented on issue #7111: URL: https://github.com/apache/hop/issues/7111#issuecomment-4846481679 We can't do side-by-side without an embedded browser. But we could do a "Preview" button which would generate the HTML and open that in a browser. Ref: BSD library `commonmark-java` ```xml org.commonmark commonmark 0.29.0 compile ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] [Feature Request]: Markdown viewer (hop)
CarlosJuncher03 opened a new issue, #7111: URL: https://github.com/apache/hop/issues/7111 ### What would you like to happen? In the new versions, they added the option to create an .md file directly from Hop. It would be interesting to have a button at the top, like in VS Code, that when opening an .md file, would allow you to view it in a side-by-side copy. For example, one half would show the .md file with the markup and the other half the compiled version. This would allow both reading the documentation and developing. ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
