diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,13 +1,14 @@ # Simple pastebin -The bigger brother of `bpaste` In a similar vein it's designed to be -a minimal pastebin program, however this is designed to be more featureful -while still maintaining a simple architecture. +The bigger brother of [`bpaste`](https://git.riedstra.dev/mitch/bpaste/about/) +In a similar vein it's designed to be a minimal pastebin program, however this +is designed to be more featureful while still maintaining a simple architecture. + +A previous iteration used Svelte. The current version uses +[HTMX](https://htmx.org/) ## Ideas for future versions * Automatic syntax highlighting - * React UI - * Swagger Documentation -- embedded into the application as well ( swaggo? ) * Deleting pastes * Updating/Editing pastes |
