Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eroxl/note-rack
📝 A Notion style WYSIWYG markdown editor with 🧠 AI-powered autocomplete and 💬 chat features.
https://github.com/eroxl/note-rack
editor markdown notion notion-alternative project-management typescript wysiwyg
Last synced: about 2 months ago
JSON representation
📝 A Notion style WYSIWYG markdown editor with 🧠 AI-powered autocomplete and 💬 chat features.
- Host: GitHub
- URL: https://github.com/eroxl/note-rack
- Owner: Eroxl
- License: gpl-3.0
- Created: 2022-01-23T00:56:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T02:58:57.000Z (5 months ago)
- Last Synced: 2024-12-19T22:08:19.423Z (about 2 months ago)
- Topics: editor, markdown, notion, notion-alternative, project-management, typescript, wysiwyg
- Language: TypeScript
- Homepage: https://note-rack.erox.one
- Size: 11.2 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## 🌳 Features
* Markdown
* Headings (H1 - H5)
* Quotes
* Call Outs
* Math
* Inline Blocks
* Bold
* Italic
* Underline
* Strikethrough
* Other Features
* Global Search
* [PDF Exporting](./images/Note%20Rack%20Page.pdf)
* [Chat GPT Integration](https://github.com/Eroxl/Note-Rack/releases/tag/v1.0.5)## 📄 Markdown Syntax
- Headings
- `#` - H1
- `##` - H2
- `###` - H3
- `####` - H4
- `#####` - H5
- Inline Blocks
- `**` Bold
- `*` Italic
- `__` Underline
- `--` Strikethrough
- Other
- `>` Quote
- `|` Callout
- `$$` Math ([KaTeX](https://katex.org/))
- `[[ Page Name ]]` Page ("Page Name" can be any string)## 🎹 Keyboard Shortcuts
- `Ctrl + F` or `Cmd + F` Global Search
- `Ctrl + P` or `Cmd + P` Save Page## 📦 Installation
1. Clone the repo
```bash
git clone https://github.com/Eroxl/Note-Rack.git
```2. Navigate to the repository
```bash
cd ./Note-Rack
```3. Copy the server environment file and fill in the values
```bash
cp ./config/.env.example ./config/.env
```4. Install Docker and Docker Compose
- [Docker](https://docs.docker.com/get-docker/)5. Run the Docker Compose file
```bash
yarn start
```6. Navigate to the web application at [http://127.0.0.1:3000](http://127.0.0.1:3000)