I created the official PasteDB VS Code extension that lets you upload your current file or selected code directly from Visual Studio Code. It inclu...
For further actions, you may consider blocking this person and/or reporting abuse
Do any one tried the extension?
Is there something missing?
I will try it. But can you explain how it works? What is PasteDB, exactly? How does it benefit me?
Thanks in advance!
PasteDB is a modern paste-sharing platform for developers, students, and anyone who needs to quickly share text, code snippets, logs, notes, or even images using a simple link.
Instead of sending code in chat apps or emails, you can create a paste and share a URL instantly. It supports syntax highlighting, Markdown, custom URLs, password protection, expiration, burn-after-read, end-to-end encrypted pastes, QR sharing, nearby device transfer, analytics, and even a VS Code extension so you can upload code without leaving your editor.
You don't even need an account to create a public paste, but signing in lets you manage your pastes from a dashboard.
If you want end to end encrypted pastes use the web interface at
pastedb.netlify.app/create
As the e2ee is added to web interface only for now
E2ee pastes can be made by selecting Unlisted Or Private as visibility
For e2ee docs go to
pastedb.netlify.app/e2ee
Thanks for the breakdown! Just a heads-up: Netlify is actually blocked here in Egypt, so I can't access those web links directly without a VPN. The VS Code extension workflow sounds super clean, though—I'll check out the extension side of it!
I m coming with a solution right a way
Tip: If pastedb.netlify.app is blocked in your country, try using a VPN for the best experience. Alternatively, you can access the GitHub Pages mirror at sorathiya903.github.io/pastedb/
Note: If you encounter a 404 Not Found page, make sure the URL contains /pastedb/ after the domain. If it doesn't, simply append /pastedb/ to the URL and reload the page.
Example:
❌ sorathiya903.github.io/explore
✅ sorathiya903.github.io/pastedb/exp...
Can any one make a paste as a registered user
I want my 1st registered user
Super good job 👏👍
The first user for me for extension????
Some ONE installed my extension!!!!!
Nice write-up! For devs who deal with messy copied text, TextStow might help — it's a Mac menu bar tool combining clipboard history with prompt templates and text cleanup. Free: textstow.com
Thanks! I appreciate it. 😊 TextStow looks interesting for clipboard management and text cleanup. PasteDB is focused on making it quick to upload and share code snippets (and other content) through shareable links, especially directly from VS Code. Thanks for sharing!