mitiko / blog

My blog's code
https://mitiko.xyz
0 stars 0 forks source link

Snippets #41

Open mitiko opened 10 months ago

mitiko commented 10 months ago

URL format: /snippet/<lang>/<name> /snippet shows all langs and recent changes? /snippet/<lang> shows all snippets in boxes

/snippet/<lang>/<name> will give you a "Copy" button, but you can also enable auto-copy, so whenever you visit the page, if a cookie has been set, the snippet will be automatically copied into your clipboard. Actually, let's start with just the button and we can implement auto-copy later if needed? Make it look good, and have code highlighting.