{"repo":"bestK/anynote","free":true,"listed":false,"github":"https://github.com/bestK/anynote","clone":"git clone https://github.com/bestK/anynote.git","description":"The oline note base on Cloudflare KV Cloudflare worker support html markdown","language":"JavaScript","stars":35,"topics":["cloudflare-kv","cloudflare-worker","notes"],"license":"MIT","category":"productivity","readme_excerpt":"AnyNote English 简体中文 A lightweight text / code / Markdown sharing service built on Cloudflare Workers + KV. Save a note by key, then read it back as plain text, raw HTML, a rendered Markdown page, or a syntax-highlighted Gist view. Live demo: https://note.linkof.link Features - One key, four views — the same note is available as source, .html , .md , and .gist . - Rendered Markdown — GitHub-style page via marked , sanitized with DOMPurify , code highlighted by highlight.js . - Gist view — read-only code viewer with automatic language detection, line numbers, and a copy button. - China-friendly CDN — visitors from CN are automatically served assets from a jsDelivr mirror ( cdn.jsdmirror.com ). - Zero server — runs entirely on Cloudflare's edge, notes live in a KV namespace. API Method Path Description --- --- --- GET / Redirects to the static web UI. POST /set Save a note. Body: { \"key\": \"...\", \"value\": \"...\" } (JSON or form). Returns links to all views. GET / Raw note content. GET / .html Renders the note as raw HTML. GET / .md Renders the note as a Markdown page. GET / .gist Renders the note as a highlighted code view. GET /list?passwd= Lists all note keys. Requires the LIST PASSWD secret. Save a note Then open any of: - https://note.linkof.link/hello — raw text - https://note.linkof.link/hello.md — Markdown page - https://note.linkof.link/hello.gist — code view Deploy Requires a Cloudflare account and Wrangler. /list password (recommended) The /list endpoint is protected by","default_branch":null,"files":null,"tree":[],"storefront":"/r/bestK","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/bestK/anynote/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}