Skip to content

Feature Request: Create a Gitpod landing page for a project #8203

Open
@mickmister

Description

@mickmister

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.

Activity

gtsiolis

gtsiolis commented on Feb 14, 2022

@gtsiolis
Contributor

@mickmister have you tried using gp open[1] or gp preview[2]?

mickmister

mickmister commented on Apr 25, 2022

@mickmister
Author

@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

mickmister commented on Apr 25, 2022

@mickmister
Author

My use case is to simulate clicking Open Preview in the context menu of a file in the file tree:

image

Maybe gp open or gp 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

stale commented on Jul 31, 2022

@stale

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.

added
meta: staleThis issue/PR is stale and will be closed soon
on Jul 31, 2022
added
feature: project-onboardingIssues to support project owners onboarding users into their project.
has workaroundFor issues where the reported item can be worked around with some extra manual effort
and removed
meta: staleThis issue/PR is stale and will be closed soon
on Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: idefeature: project-onboardingIssues to support project owners onboarding users into their project.has workaroundFor issues where the reported item can be worked around with some extra manual effortmeta: 🤔 reporter-feedback-neededcannot process further since we need more info from the reportermeta: never-staleThis issue can never become staletype: questionreporter has a general question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gtsiolis@loujaybee@mickmister

        Issue actions

          Feature Request: Create a Gitpod landing page for a project · Issue #8203 · gitpod-io/gitpod