English | 简体中文
Build for recording text.
Powered by Cloudflare Workers, easy to deploy privately.
demo website: https://note.src.moe/
✨ Features
✏ No login/register required, start writing right away.💾 Auto saving.❌ No backend/server or database required.⚡ High available & High performance in worldwide.📦 Easy to deploy in your own site.🌍 i18n support for pathname.
🔨 Usage
Enter
/
root path will generate a new note with random path.Enter
/any-custom-name-you-like
view/edit custom note.
Try it out! https://note.src.moe/example
💻 Compatibility
- Modern browsers (both PC & Mobile)
📦 Deployment
- sign up your own Worker/KV in workers.cloudflare.com.
- clone repo & edit
wrangler.toml
:
kv_namespaces = [
{ binding = "NOTES", id = "<your first KV id here>" },
{ binding = "SHARE", id = "<your second KV id here>" }
]
- push code to Cloudflare with wrangler CLI
$ npm i
$ npm run publish
- CNAME Worker url to your domain.
👀 Roadmap
- password protection.
- support URL/Image (Markdown mode).
- read only mode (share link).
- show last modify date.
No comments:
Post a Comment