Open
Description
Describe the behaviour you'd like
I'd like to be able to greet new developers to the project with a message, documentation, or instructions when they open the project in Gitpod. This would be similar to the "Get Started" page that vscode shows when you first open it. Maybe this is already possible with Gitpod?
I think it would be sufficient to render the project's CONTRIBUTING.md
file if it exists.
Describe alternatives you've considered
Using the terminal as a way to show a greeting message, though I'd like to keep the terminal as clean as possible.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
gtsiolis commentedon Feb 14, 2022
@mickmister have you tried using
gp open
[1] orgp preview
[2]?mickmister commentedon Apr 25, 2022
@gtsiolis When I tried this, it seems that the vscode UI was trying to open a file through HTTP, rather than previewing it from the virtual file system. Is this consistent with your understanding?
mickmister commentedon Apr 25, 2022
My use case is to simulate clicking
Open Preview
in the context menu of a file in the file tree:Maybe
gp open
orgp preview
could support an optional flag to open a file in "preview mode"?I've found a workaround for this, by hosting a markdown server https://github.com/markserv/markserv and serving the relevant markdown files for the
Simple Browser
to pick up.stale commentedon Jul 31, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.