Skip to content

Commit

Permalink
chore: update preloading page (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly authored and Brooooooklyn committed May 17, 2023
1 parent edda79c commit 0c5c1a5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/env/src/blocksuite.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DebugLogger } from '@affine/debug';
import markdown from '@affine/templates/Welcome-to-AFFiNE.md';
import markdown from '@affine/templates/AFFiNE-beta-0.5.4.md';
import { ContentParser } from '@blocksuite/blocks/content-parser';
import type { Page, Workspace } from '@blocksuite/store';
import { nanoid } from '@blocksuite/store';
Expand Down
49 changes: 49 additions & 0 deletions packages/templates/src/AFFiNE-beta-0.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## AFFiNE - not just a note taking app

There are lots of apps out there, so why chose AFFiNE?

AFFiNE is **feature-rich** - offering a wide-range of _blocks_ that _empower_ your docs

AFFiNE is **privacy focussed** - with a local-first approach, keep control of your data

AFFiNE is **open**\-**source** - you can check us out on[GitHub: toeverything/AFFiNE](https://github.com/toeverything/affine)

---

## Let's **Write**, **Draw** and **Plan** with **AFFiNE**

### Create Your Workspace

Creating a workspace in AFFiNE is easy! With just a few clicks, you can create a new workspace and start organising your content in a clean, user-friendly interface.

![](https://cdn.affine.pro/94d27d73c5767986d26b81a0ced25ac6ab16686971734ba0d9c0987c.gif)

### Organise Your Pages

Manage your favourites and add links between your pages to easily navigate between them. This makes it easy to keep track of your content, and ensures that you always know where everything is.

![](https://cdn.affine.pro/1326bc48553a572c6756d9ee1b30a0dfdda26222fc2d2c872b14e609.gif)

### Write Your Content

Easily create rich, interactive pages that combine text, images, and other media to create a dynamic, engaging experience.

![](https://cdn.affine.pro/5fa80ab814f052d259ed6863a336a719eef746ed1bdd9b973750ce0c.gif)

### Draw and Be Creative

Our Edgeless Mode can be utilised as a whiteboard, allowing you to create content that extends beyond the boundaries of a traditional page - limited only by your imagination.

![](https://cdn.affine.pro/cf5d44d36ec3167519e6d6518914d28acaf426f001da717c1e98e760.gif)

**Plan Effecively and Efficiently**

With powerful databases you can create your content inside of tables but leverage powerful features. From adding due dates, tracking progress, adding tags and status labels.

![](https://cdn.affine.pro/eb9832e551551d480f38b70145b28b7552e2a9f899ddfa6d813049a9.gif)

---

## More support?

If you are looking for more support, you can come and join the awesome [AFFiNE Community](https://community.affine.pro) . Whether you want to share new ideas or interact with other like minded individuals - we look forward to having you.
2 changes: 1 addition & 1 deletion tests/parallels/affine/affine-public-workspace.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('enable public workspace', async ({ page, context }) => {
await page2.waitForSelector('thead', {
timeout: 10000,
});
await page2.getByText('Welcome to AFFiNE').click();
await page2.getByText('AFFiNE - not just a note taking app').click();
});

test('access public workspace page', async ({ page, browser }) => {
Expand Down

0 comments on commit 0c5c1a5

Please # to comment.