deeshu e62a94c05a
feat: hiding dialog using X button should remove class "overflow-hidden" (#1555)
Hiding dialogs result in the body to stay frozen due to mounting behaviour of the dialog, but using 'X' button hides the dialog and won't let user scroll any further. Removing overflow behaviour during hiding procedure will improve User Experience.
2023-04-17 20:13:33 +08:00
2023-04-16 00:47:40 +08:00
2023-02-19 13:36:45 +08:00
2023-03-24 08:43:26 +08:00
2023-04-01 22:47:19 +08:00
2023-04-16 00:47:40 +08:00
2023-02-08 08:51:36 +08:00
2022-09-03 18:46:16 +08:00
2023-04-16 00:47:40 +08:00
2023-04-02 09:28:02 +08:00
2023-04-02 09:28:02 +08:00
2022-06-19 11:32:49 +08:00
2023-02-23 00:07:16 +08:00
2022-11-25 09:05:52 +08:00

memos

✍️ memos

A lightweight, self-hosted memo hub. Open Source and Free forever.

Live Demo • Discuss in Telegram / Discord

GitHub stars Discord

demo

Key points

  • Open source and free forever
  • Self-hosting with Docker in seconds
  • Markdown support
  • Customizable and sharable
  • RESTful API for self-service

Deploy with Docker in seconds

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

The ~/.memos/ directory will be used as the data directory on your local machine, while /var/opt/memos is the directory of the volume in Docker and should not be modified.

Learn more about other installation methods.

Contribution

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. We greatly appreciate any contributions you make. Thank you for being a part of our community! 🥰


Acknowledgements

  • Thanks Uffizzi for sponsoring preview environments for PRs.

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%
TypeScript 45.2%
Less 0.3%
JavaScript 0.1%
Shell 0.1%
Other 0.1%