Skip to content

Commit 0380254

Browse files
committed
misc fixes
1 parent 96c35fd commit 0380254

File tree

17 files changed

+333
-226
lines changed

17 files changed

+333
-226
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,33 @@ Welcome to TypeCell! An open source live programming environment. Together, we w
2626
- Reactive Runtime, cells automatically re-evaluate when their dependencies update ([learn more](https://www.typecell.org/docs/manual/3.%20Reactive%20variables.md))
2727
- Import NPM packages + types just by writing an `import` statement
2828
- Support for real-time collaboration (using [Yjs](https://github.com/yjs/yjs))
29-
- Runs on top of [Matrix](https://www.matrix.org) using [Matrix-CRDT](https://github.com/yousefed/matrix-crdt).
3029

31-
[Try the Tutorial to get started!](https://www.typecell.org/docs/interactive-introduction.md)
30+
[Try the Tutorial to get started!](https://www.typecell.org/docs/)
3231

3332
# Documentation 📖
3433

3534
## Tutorial
3635

3736
Complete the tutorial to get familiar with TypeCell:
3837

39-
» [Interactive introduction](https://www.typecell.org/docs/interactive-introduction.md)
38+
» [Interactive introduction](https://www.typecell.org/docs/)
4039

4140
## Manual
4241

4342
We've written about the main functionality of TypeCell in the [manual](https://www.typecell.org/docs/manual):
4443

45-
- [Notebooks and cells](https://www.typecell.org/docs/manual/1.%20Notebooks%20and%20cells.md)
44+
- [Blocks and code blocks](https://www.typecell.org/docs/manual/1.%20Blocks%20and%20code%20blocks.md)
4645
- [TypeScript and exports](https://www.typecell.org/docs/manual/2.%20TypeScript%20and%20exports.md)
4746
- [Reactive variables](https://www.typecell.org/docs/manual/3.%20Reactive%20variables.md)
4847
- [Working with user input](https://www.typecell.org/docs/manual/4.%20Inputs.md)
4948
- [Imports & NPM](https://www.typecell.org/docs/manual/5.%20Imports%20and%20NPM.md)
50-
- [Collaboration](https://www.typecell.org/docs/manual/6.%20Collaboration.md)
49+
<!-- - [Collaboration](https://www.typecell.org/docs/manual/6.%20Collaboration.md) -->
5150

52-
## Demos
51+
<!-- ## Demos
5352
5453
Another good way to learn is to check out some notebooks from our community:
5554
56-
» [View demo notebooks](/docs/Demos.md)
55+
» [View demo notebooks](/docs/Demos.md) -->
5756

5857
# Feedback 🙋‍♂️🙋‍♀️
5958

@@ -86,7 +85,6 @@ We build on top of some really great technologies:
8685
- [Monaco](https://github.com/microsoft/monaco-editor): the open source editor that also powers VS Code
8786
- [Yjs](https://github.com/yjs/yjs): CRDT for multi-user collaboration
8887
- [MobX](https://mobx.js.org/): for our Reactive Runtime
89-
- [Matrix](https://www.matrix.org): the backend of TypeCell.org is a single Matrix instance, using [Matrix-CRDT](https://github.com/yousefed/matrix-crdt) to store and collaborate on "documents as chat rooms"
9088
- [ESM.sh](https://www.esm.sh/): for dynamic ESM imports from NPM
9189
- [Typescript](https://www.typescriptlang.org/): for our compiler and language toolkit
9290

package-lock.json

Lines changed: 264 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/editor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.3",
44
"private": true,
55
"dependencies": {
6+
"react-confetti-explosion": "^2.1.2",
67
"@hocuspocus/provider": "^2.4.0",
78
"@atlaskit/atlassian-navigation": "^2.6.13",
89
"@atlaskit/avatar": "^21.3.7",

0 commit comments

Comments
 (0)