-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] feat(cli): add Markdown support for CLI #1356
base: main
Are you sure you want to change the base?
Conversation
Less aggressive vertical padding for timeline boxes ANEP-2048
@jasminesun-lw , can we add some screenshots to the description with before+after side-by-side rendering of plaintext comments? |
@jasminesun-lw , we will want and need some updated automated testing for this using the |
@@ -53,6 +53,8 @@ require ( | |||
) | |||
|
|||
require ( | |||
github.com/Delta456/box-cli-maker/v2 v2.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there packages cross platform compatible? Especially for windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So box-cli-maker
seems to render fine in windows command line. go-term-markdown
is another story...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For windows me might have to revert back to just showing a table (not sure how tables even look with really long comments today). I'm not aware of any go+markdown+windows-cli
packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can maybe look into this...https://github.com/charmbracelet/glow
Check windows 🪟 |
@jasminesun-lw , this looks good to me. I'll let the GROW team weigh in on this as well. Can we also create a GROW Jira ticket to look into windows markdown rendering support? |
Done! It's currently in backlog: https://lacework.atlassian.net/browse/GROW-2399 |
Ping! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Enhance Lacework’s Timeline/commenting functionality to better support investigation workflows, specifically by including the ability to leverage Markdown.
How did you test this change?
Demo video:
https://github.com/lacework/go-sdk/assets/132718757/239261c3-6b0c-4af1-bd48-cf27a0efea38
Before:
After:
Issue
https://lacework.atlassian.net/browse/ANEP-2048