Skip to content

Managing Pastes

Once a paste exists you can view it, get its raw content, download it, edit it, fork it, and delete it.

Open yoursite.com/paste/{hash}/. Multi-file pastes show one tab per file with syntax highlighting.

Append /raw/ to a paste URL to get its content as plain text:

  • /paste/{hash}/raw/ — all files (multi-file pastes are concatenated, each preceded by a // filename comment).
  • /paste/{hash}/raw/{filename} — a single named file.

Raw output respects visibility, password, and burn-after-read rules.

Append /download/ to a paste URL:

  • Single-file pastes download as that file.
  • Multi-file pastes download as a ZIP archive (requires the PHP ZipArchive extension on the server).

Open yoursite.com/paste/{hash}/edit/. You can edit a paste when you are its owner (and hold the manage permission) or when you are a moderator. Editing creates a new revision for each changed file. Burn-after-read cannot be set when editing.

When Paste Forking is enabled, open any public paste and choose Fork to create your own editable copy under your account. The original’s fork count increases, and (with BuddyPress active) the original author can receive a notification.

Owners (with the manage permission) and moderators can delete a paste. Deleting removes the paste and its files, revisions, tags, collection links, stars, and reports.

Administrators can also trash or permanently delete pastes in bulk from SnipShare > All Pastes; see Moderation & Management.