paste icon indicating copy to clipboard operation
paste copied to clipboard

paste is a simple web app for writing & sharing code.

Results 19 paste issues
Sort by recently updated
recently updated
newest added

This can be seen as an addition to #9 My suggestion is, to allow the language to be (pre-)selected based on a query parameter defined in the URL. This would...

Currently the language defaults to plain, it would be nice to detect the language being used (e.g. how Github does it with https://github.com/github/linguist)

Support for Hocon syntax highlighting would be amazing

enhancement
help wanted

on mobile especially, reading stack traces is hard when the text wraps this pr adds a new [wrap:on] button, which toggles and stores the preference for text wrapping on mobile,...

The paste service currently seems to apply ligatures to text, meaning displaying text like `->` as `→` (Not accurate ligature... probably). The text itself remains the same, it's only visual....

As the description suggests I would love for this project to have support for [TOML](https://toml.io/en/) config language support. I had a look at PRing it myself but as I don't...

https://github.com/catppuccin/catppuccin

I have used the Docker method for the repo and the site it self works but not the /data/post path. It says 502 Bad Gateway. I use a custom Port....

After I saved the paste, the link to it is copied, but when I open it, I get an error. `Page Not Found Looks like you've followed a broken link...

Just adds Lua to the code highlighters in `utils/highlighting.ts`. Useful for sharing NeoVim configuration files