Offline Notepad

Offline Notepad
软件描述
Offlinenotepad 是一个开源的离线笔记应用。它是一款基于浏览器的离线优先的记事本,可安全地在您的设备之间同步——包括智能手机、笔记本电脑和Chromebook。理想情况下,它提供一种极简的笔记书写体验,随时随地均可访问……
官方网站
访问软件的官方网站了解更多信息
offlinenotepad.com
什么是 Offline Notepad?
offlinenotepad is an open-source offline note taking app. It is a browser-based offline-first notepad that securely syncs across your devices - including smartphones, laptops, and chromebooks. Ideally, its a minimalist note-writing experience that can be accessed anywhere, anytime. Offline-first. All information is stored as encrypted data in the browser. Saving, editing, viewing, and searching are all done on the client. Secure. offlinenotepad uses AES with the PBE algorithm (PBKDF2) with the crypto-js library to encrypt data on the client and the server. Minimal. This offline notepad aims to do as much as possible with as little as possible. Publish. Any page can be "published" so that is accessible by anyone with a simple random link, like offlinenotepad.com/50e5791a. The raw data can easily be easily cURLed by adding /raw to the end, e.g. offlinenotepad.com/50e5791a/raw. Code. If the title of any document contains a period (".") then it will force the editor to be monospace and it will show the plain text in the viewer instead of transformed Markdown to HTML. This writing tool is largely based of its predecessors: cowyo and rwtxt.com (both also available on Github).