Hey Team theia-ide,
I Have a doubt , How to set custom built Page (Kind of README
or HTML
) as home screen or default page in Theia IDE
Hey Team theia-ide,
I Have a doubt , How to set custom built Page (Kind of README
or HTML
) as home screen or default page in Theia IDE
@DilLip_Chowdary thank you for the question, you will need to implement your own custom theia extension (https://theia-ide.org/docs/authoring_extensions/) which contributes the functionality. The goal would be to once the application starts (and a workspace is present) you load the readme
file (or any file you want) and open it in an editor or preview. You can inspire yourself on how the getting-started
view loads on startup (although it’s conditions are different than yours as it opens when no workspace is present):
I believe that gitpod
(one of the many applications built with the theia framework) opens the readme
when the application first starts, you may like to view their sources or reference them if you get stuck: