paste.solutions
I believe that it should be simple to share code snippets, and that's what I hope to accomplish with this service.
Usage
New pastes can be created at https://paste.solutions/. They can be saved by either pressing the 'save' icon, or by pressing Ctrl + S.
Viewing snippets
The format of the endpoint is https://paste.solutions/{id}.{extension}. The Extension can be omitted or replaced when highlight js doesn't determine the right language.
If you need to view the raw content of the paste, simply append /raw to the url.
You can also click on the line numbers to get an anchor to that line.
Lifetime of snippets
Currently there is no lifetime limit, but in future I'll be pruning all snippets older than 10 days.
Api
Api documentation can be found here: https://github.com/Izumemori/paste.solutions/wiki/API
License
This project is FOSS licensed under LGPL 2.1
Libraries used
- JQuery https://jquery.com/
- Material Icons https://material.io/resources/icons/
- Roboto Mono https://fonts.google.com/specimen/Roboto+Mono
- taboverride https://github.com/wjbryant/taboverride
- jquery.taboverride https://github.com/wjbryant/jquery.taboverride
- highlight.js https://highlightjs.org/
- ASP.NET Core https://dotnet.microsoft.com/
- AspNetCoreRateLimit https://github.com/stefanprodan/AspNetCoreRateLimit