pastefy icon indicating copy to clipboard operation
pastefy copied to clipboard

Self-hosted version seems to be missing features shown in your demo

Open hungry-bogart opened this issue 1 year ago • 1 comments

I'm not sure if this has to do with adding the admin user and APIs for interapps, but from the demo I see a lot of features like deleting pastes, a copy url button, and others.

I followed the interapps link and created an account. I saw on the api link some code that appeared to add some of these features, but there wasn't a lot of explanation as to what was happening in the ReadMe. By this I mean, where do the files/code snippets need to go.

If I could get a little guidance on this, I'd be happy to incorporate some of these changes. Especially the syntax highlighting and the programming language drop downs. Thanks for the help.

panel pastefy

hungry-bogart avatar Oct 01 '23 20:10 hungry-bogart

For these features like deletion, editing and so on you'll need to add a login (https://github.com/interaapps/pastefy#adding-login, We made a detailed instruction for InteraApps Accounts). The copy-url button is only available if you have installed the PWA of your Pastefy instance (In the top there might be an install button).

Syntax highlighting should be available, but if you want to specify the language, you need to change the extension in the title (test.js for javascript, test.md for markdown for example).

JulianFun123 avatar Oct 02 '23 09:10 JulianFun123