Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshnuss/hypersonic
A multi-player markdown editor and wiki.
https://github.com/joshnuss/hypersonic
crdt markdown monaco-editor multi-player offline pwa vim wiki
Last synced: 2 months ago
JSON representation
A multi-player markdown editor and wiki.
- Host: GitHub
- URL: https://github.com/joshnuss/hypersonic
- Owner: joshnuss
- Created: 2023-12-15T04:36:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T02:58:53.000Z (11 months ago)
- Last Synced: 2024-04-14T03:14:20.099Z (9 months ago)
- Topics: crdt, markdown, monaco-editor, multi-player, offline, pwa, vim, wiki
- Language: Svelte
- Homepage: https://hypersonic.wiki
- Size: 315 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypersonic
A multi-player markdown editor and wiki. [Self-hostable](/SELF-HOSTING.md) too!
## Features
- Markdown editor using [Codemirror](https://codemirror.net).
- Multi-user, multi-device.
- Backed by CRDTs via [Yjs](https://yjs.dev) and [Liveblocks](https://liveblocks.io/document/yjs).
- Ultra-slim UI. Minimal menus & toolbars.
- Read & Write mode CTRL + M
- Vim mode.
- Offline mode.
- Option to [self-host](/SELF-HOSTING.md).
- Fuzzy-finder CTRL + K
- Installable as a PWA.
- Authentication with [Auth.js](https://authjs.dev).## Shortcuts
| Action | Shortcut |
| ---------------------- | ------------------------------------------------- |
| Search files | CTRL + K |
| New file | CTRL + SHIFT + N |
| Toggle Read/Write Mode | CTRL + M |
| Toggle Vim | CTRL + SHIFT+ V |## License
BSL - Business Software License. Free for personal use.