Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dispherical/pastedown
A simple Markdown pastebin written in PHP
https://github.com/dispherical/pastedown
Last synced: 4 days ago
JSON representation
A simple Markdown pastebin written in PHP
- Host: GitHub
- URL: https://github.com/dispherical/pastedown
- Owner: dispherical
- License: gpl-3.0
- Created: 2020-10-20T18:03:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T18:15:41.000Z (over 4 years ago)
- Last Synced: 2025-01-17T20:53:06.044Z (9 days ago)
- Language: PHP
- Size: 14.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pastedown
***
Pastedown is a very simple but easy to use Markdown Pastebin. Why did I make it?
- Many Pastebins will show you a bunch of ads (like a **bunch**)
- Many pastebins don't have markdown support or syntax highlighting
- Some of them just suckSo, Introducing: **Pastedown!**
Public demo (database wiped a lot) [https://pastedown.glitch.me/](https://pastedown.glitch.me/)
It's very simple. There are three buttons:
- Editor/Preview: It shows which window you are looking at
- Save: Save your work. It should redirect you to your link.
- 🌙: Toggles Night mode.### Self-hosting:
Unlike many apps, you can't just remix and go. Instead, you have to install some packages and create a database by running:
```sh
composer install && echo "{}" > database.json
```
This might take a while because composer will max out Glitch's memory.Abuse reports and contact: [https://pastedown.glitch.me/contact](https://pastedown.glitch.me/contact)