README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈
Standard Notes
Standard Notes 是一款面向数字工作者和专业人士的端到端加密笔记应用。在一个安全的地方记录你的笔记、文件和生活成果。
为什么选择 Standard Notes?
创建您的私人笔记账户
- Launch the web app at app.standardnotes.com.
- Click Register to create your private notes account.
- Download Standard Notes on your devices.
- 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。
社区
加入我们
开发者可以创建并发布自己的扩展。请访问文档中心]以了解更多信息。
有问题?在我们的帮助页面]上查找答案。
自托管 Web 应用
我们的 Web 应用被编译为一个包含静态 HTML、JS 和 CSS 文件的文件夹。您可以通过 Web 服务器提供这些文件来开始使用:
git clone https://github.com/standardnotes/app.gitcd appyarn installyarn build:webcd packages/web- You can then use Python to serve this folder over http:
python -m http.server 8080
您现在可以在 http://localhost:8080 访问该应用。
在开发模式下运行 Web 应用
- Clone the repo
yarn installyarn build:webcd packages/web && yarn start- Open your browser to
http://localhost:3001.
您可以配置 DEFAULT_SYNC_SERVER 环境变量以设置登录和注册的默认服务器。
DEFAULT_SYNC_SERVER=https://sync.myserver