Skip to content

Commit aa82527

Browse files
committed
Add more files for Sandstorm App store
1 parent e7d4bbf commit aa82527

9 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 0.0.1
2+
* Package up for Sandstorm App store
3+
4+
# 0.0.0
5+
* Born into the cloud.

app/description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**TextEditor is realtime collaborative plain text editor.**
2+
3+
Start a new text document on your phone and finish it on your laptop. Share it with a friend and edit together in realtime. Utilizing a basic html <textarea>, TextEditor presents fastest most lightweight performance achievable in the web browser. The editor takes up the whole screen for maximum writing space. TextEditor is built with MeteorJS.

app/icon.svg

Lines changed: 21 additions & 0 deletions
Loading

app/pgp-keyring

3.28 KB
Binary file not shown.

app/pgp-signature

432 Bytes
Binary file not shown.

app/screenshot-01.png

25.1 KB
Loading

app/screenshot-02.png

68.3 KB
Loading

app/screenshot-03.png

59.3 KB
Loading

texteditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
</body>
99

1010
<template name="texteditor">
11-
<textarea>{{value}}</textarea>
11+
<textarea autofocus="true">{{value}}</textarea>
1212
</template>

0 commit comments

Comments
 (0)