pereorga / minimalist-web-notepad

Minimalist Web Notepad
https://notes.orga.cat
1.13k stars 282 forks source link

allow modify pad by posting raw data #60

Closed phuslu closed 12 months ago

phuslu commented 12 months ago

with this changes, we could create/modify pad more easier like below

curl domain.name/notes/test -d 'hello,

welcome to my pad!
'

or

cat /etc/hosts | curl domain.name/notes/hosts --data-binary @-
pereorga commented 12 months ago

@phuslu this is a nice addition, thanks!