lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

Introducing Space readmes #95

Closed lostintangent closed 5 years ago

lostintangent commented 5 years ago

This PR introduces the notion of a Readme to a space. This allows founders to capture whatever materials they need (e.g. links, images, docs) to ensure that new members can be efficiently on-boarded to the space. The readme is stored as a new property on the space, and exposed via a VS Code FileSystemProvider. This way, the editing/previewing experience is exactly the same as any other markdown file. However, the contents are stored entirely on the server as opposed to there 👍

Readme

RandomFractals commented 5 years ago

just an fyi: I like how you've implemented this feature with a simple readme. very clever and simple to use idea. very cool!