ITADN
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈

Standard Notes

Standard Notes 是一款面向数字工作者和专业人士的端到端加密笔记应用。在一个安全的地方记录你的笔记、文件和生活成果。

latest release version Discord Twitter Follow

为什么选择 Standard Notes?

  • 端到端加密同步。只有你可以阅读你的笔记。
  • 快速、免费且加密的跨平台同步,支持无限设备。
  • 公开源代码,并可通过几个简单步骤自行托管服务器。
  • 高度重视长期性和可持续性。了解更多

创建您的私人笔记账户

  1. Launch the web app at app.standardnotes.com.
  2. Click Register to create your private notes account.
  3. Download Standard Notes on your devices.
  4. You're all set. Standard Notes comes out of the box with end-to-end encrypted sync on all your devices.

发布博客

Standard Notes 是一个可靠的环境,用于完成您最重要的工作,包括将您的想法发布到世界。Listed 允许您创建一个在线出版物,并自动向您的读者发送电子邮件通讯,直接来自 Standard Notes。

了解更多关于 Listed 的信息。

社区

加入我们

开发者可以创建并发布自己的扩展。请访问文档中心]以了解更多信息。

有问题?在我们的帮助页面]上查找答案。


自托管 Web 应用

我们的 Web 应用被编译为一个包含静态 HTML、JS 和 CSS 文件的文件夹。您可以通过 Web 服务器提供这些文件来开始使用:

  1. git clone https://github.com/standardnotes/app.git
  2. cd app
  3. yarn install
  4. yarn build:web
  5. cd packages/web
  6. You can then use Python to serve this folder over http: python -m http.server 8080

您现在可以在 http://localhost:8080 访问该应用。

在开发模式下运行 Web 应用

  1. Clone the repo
  2. yarn install
  3. yarn build:web
  4. cd packages/web && yarn start
  5. Open your browser to http://localhost:3001.

您可以配置 DEFAULT_SYNC_SERVER 环境变量以设置登录和注册的默认服务器。

DEFAULT_SYNC_SERVER=https://sync.myserver