Zeng1998 bf5b7e747d
feat: customize memo list sorting rules (#312)
* chore: update .gitignore

* feat: 添加Memo列表按更新时间排序

* fix go-static-checks

* update

* update

* update Memo.tsx/MemoList.tsx

* handle conflict

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-19 21:00:34 +08:00
2022-08-25 20:44:17 +08:00
2022-09-05 21:14:17 +08:00
2022-09-09 00:32:01 +08:00
2022-09-03 18:41:54 +08:00
2022-08-27 08:57:05 +08:00
2022-10-15 11:27:12 +08:00
2022-10-14 23:14:08 +08:00
2022-03-06 12:07:58 +08:00
2022-09-03 18:46:16 +08:00
2022-09-09 00:50:58 +08:00
2022-09-09 00:50:58 +08:00
2022-06-19 11:32:49 +08:00

✍️ memos

An open source, self-hosted knowledge base that works with a SQLite db file.

GitHub stars Docker pull Go report

Live DemoDiscuss in Telegram 👾

demo

Features

  • 🦄 Fully open source;
  • 📜 Writing in plain textarea without any burden,
    • and support some useful markdown syntax 💪.
  • 🌄 Share the memo in a pretty image or personal page like Twitter;
  • 🚀 Fast self-hosting with Docker;
  • 🤠 Pleasant UI and UX;

Deploy with Docker

Docker Run

docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest

Memos should be running at http://localhost:5230. If the ~/.memos/ does not have a memos_prod.db file, then memos will auto generate it.

Docker Compose

See more in the example docker-compose.yaml file.

If you want to upgrade the version of memos, use the following command.

docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰

Gets more about development guide.

Star history

Star History Chart

Description
An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
Readme MIT 71 MiB
Languages
Go 54.1%
TypeScript 45.1%
Less 0.3%
JavaScript 0.1%
Shell 0.1%
Other 0.1%