2023-03-01 10:40:01 +03:00
# Welcome to AFFiNE Abbey Alpha Wood
2022-12-30 16:40:15 +03:00
We've been working hard on improving the user experience and have made several new features live for you to use.
If you are looking for **support** , would like to **suggest** your ideas, and keep on top of all the **latest updates** . We suggest you visit the [AFFiNE Community ](https://community.affine.pro/home ) site.
Let us know what you think of this latest version.
**AFFiNE Alpha brings:**
1. A much smoother editing experience, with much greater stability;
2. More complete Markdown support and improved keyboard shortcuts;
3. New features such as dark mode; Switch between view styles using the ☀ and 🌙.
4. Clean and modern UI/UX design.
2023-01-06 13:16:58 +03:00
5. You can self-host locally with Docker.
```basic
2023-01-09 06:18:00 +03:00
docker run -it --name affine -d -v [YOUR_PATH]:/app/data -p 3000:3000 ghcr.io/toeverything/affine-self-hosted:alpha-abbey-wood
2023-01-06 13:16:58 +03:00
```
2022-12-30 16:40:15 +03:00
**Looking for Markdown syntax or keyboard shortcuts?**
- Find the (?) in the bottom right, then the ️⌨️, to view a full list of Keyboard Shortcuts
### In this release, you can now:
2023-02-09 10:46:59 +03:00
- Manage your pages from the collapsible **sidebar** , which allows you to add **favorites** and restore deleted files from the **trash**
2023-01-03 06:33:07 +03:00
- Search through all your content with the quick search - activate with `Ctrl/⌘ + K`
2023-01-09 06:18:00 +03:00
- A friendly Reminder:
- In the case of unselected text, `Ctrl/⌘ + K` activates quick search;
- In the case of selected text, `Ctrl/⌘ + K` will firstly ask to add a hyperlink, and then using `Ctrl/⌘ + K` again activates the quick search
2022-12-30 16:40:15 +03:00
- Quickly format text with the **pop-up toolbar** (highlight any text to give it a try)
- Copy and paste **images** into your pages, resize them and add captions
- Add horizontal line dividers to your text with `---` and `***`
- Changes are saved **locally** , but we still recommend you export your data to avoid data loss
2023-01-06 13:16:58 +03:00
- Insert code blocks with syntax highlighting support using `````
2022-12-30 16:40:15 +03:00
### Playground:
2023-01-05 16:50:50 +03:00
[] Try a horizontal line: `---`
2022-12-30 16:40:15 +03:00
2023-01-06 13:16:58 +03:00
[] What about a code block? `````
2023-01-11 11:01:27 +03:00
```JavaScript
2023-01-06 13:16:58 +03:00
console.log('Hello world');
```
[] Can you resize this image?
2022-12-30 16:40:15 +03:00
2023-01-06 13:16:58 +03:00
![](https://cdn.affine.pro/694fdbab78e0da3ed7922eba7d506dcf12f57308e1904dd694f53eb2.jpg)
2022-12-30 16:40:15 +03:00
**How about page management?**
[] Create a new page
[] Send a page to trash
2023-02-09 10:46:59 +03:00
[] Favorite a page
2022-12-30 16:40:15 +03:00
**Have an enjoyable editing experience !!!** 😃
Have some feedback or just want to get in touch? Use the (?), then 🎧 to get in touch and join our communities.
**Interested in AFFiNE cloud?**
Head over to [general ](https://community.affine.pro/c/general-discussion/ ) in our community and post what interests you about AFFiNE!