Skip to content
/ memos Public
forked from usememos/memos

An open source, lightweight note-taking service. Easily capture and share your great thoughts.

License

Notifications You must be signed in to change notification settings

kuusei/memos

 
 

Repository files navigation

Memos

A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

Home PageBlogsDocsLive Demo

Docker pull

demo

fork 信息

本 fork 主要用于补充和微调一些页面样式, 基本不修改后端代码 因此任何修改都没有配置项, 均为直接修改前端功能

  • 目前调整的功能
    • 调整首页热力图显示为类0.18.0版本, 改进热力图组件功能[支持filter传递和搜索, 重载ui/切换页面都不丢失筛选信息]
    • 关闭 Profile 入口[未关闭实际功能, 但可能有不兼容]
    • 恢复旧版本分享功能, 可以生成图片/embed/url
      • 分享时右下角改为显示当前访问域名
    • archived 页面显示图片
    • 支持 s3 存储 prefixURL 功能
    • memo action 样式
    • 新增 memo embed 支持
  • 目前修复的问题
    • 时间筛选时, 由于字符串问题导致本地时间错误
    • 点击弹窗需要加载多个接口问题
    • 旧版本分享功能生成图片时出现被下载图片在页面闪烁
    • 统计 Memos 数量闪烁
    • 图片显示过高

注意: 如果有需要, 建议自行fork后使用, 短期内会有比较多的更新, stable 分支也不会很稳定

变更预览

  • 恢复首页热力图显示 & 关闭 Timeline/Profile 入口 demo
  • 分享功能 demo

Key points

  • Open source and free to use. Embrace a future where creativity knows no boundaries with our open-source solution. All features are free to use and will never be charged in any form or content.
  • Self-hosting with Docker in just seconds. Enjoy the flexibility, scalability, and ease of setup that Docker provides, allowing you to have full control over your data and privacy.
  • Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach.
  • Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others.
  • RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support.

Deploy with Docker in seconds

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

Note

This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed documentation.

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! 🥰

Internationalization

Memos supports multiple languages. You can help us translate Memos into your language. We use Weblate to manage translations.

Translation status

Star history

Star History Chart

Other projects

  • Slash: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.
  • Gomark: A markdown parser written in Go for Memos. And its WebAssembly version is also available.

About

An open source, lightweight note-taking service. Easily capture and share your great thoughts.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 51.0%
  • TypeScript 47.9%
  • JavaScript 0.3%
  • Less 0.3%
  • CSS 0.3%
  • HTML 0.1%
  • Other 0.1%