- Markdown
- Headings (H1 - H5)
- Quotes
- Call Outs
- Math
- Inline Blocks
- Bold
- Italic
- Underline
- Strikethrough
- Other Features
- Global Search
- PDF Exporting
- Chat GPT Integration
- Headings
#- H1##- H2###- H3####- H4#####- H5
- Inline Blocks
**Bold*Italic__Underline--Strikethrough
- Other
>Quote|Callout$$Math (KaTeX)[[ Page Name ]]Page ("Page Name" can be any string)
Ctrl + ForCmd + FGlobal SearchCtrl + PorCmd + PSave Page
-
Clone the repo
git clone https://github.com/Eroxl/Note-Rack.git
-
Navigate to the repository
cd ./Note-Rack -
Copy the server environment file and fill in the values
cp ./config/.env.example ./config/.env
-
Install Docker and Docker Compose
-
Run the Docker Compose file
yarn start
-
Navigate to the web application at http://127.0.0.1:3000
