Total Pageviews

Wednesday, 13 July 2022

serverless-cloud-notepad


cloudflare workers jsdelivr MIT License

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

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.
from https://github.com/s0urcelab/serverless-cloud-notepad
-----

演示的一个笔记:
https://note.src.moe/nqy
https://note.src.moe/share/f28f6ed1fc193fec81139050aa2872a8

No comments:

Post a Comment