-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible future features #8
Comments
Interesting feature, not sure how useful but I guess it's an easy to do Should also be easy to do
This preferably should be optional, as it implies on a DB write on each view, which specially thinking about SQlite is a bad thing, could perhaps have a 5 second timer to write all page views to alleviate on sync
This surely is another interesting addition, but I wonder if this won't start making the UI too complex.
Same as the above
This should also be easy to do, as it's just an addition on the Sql query
No idea what this means
I think most of these should also be optional in order to have a simple pasting tool, except for the
not sure what do you mean
cool
I don't keep data from expired pages so there's no way to know about this
Sure, I think I have Cutelyst SVG, I'll try to replace the letter |
Two different design example: https://www.dropbox.com/sh/p78avs4v7ns8tci/AADbQJF_8Q4kTeyfDG4CAF-oa?dl=0 I like the second design more. In this design, Cutelyst is at the center of the logo as well as the core of the application. A similar pattern can be followed in other official applications too. |
Pastelyst is a nice web application that shows Cutelyst's features and also shows that someone can easily create useful things with Cutelyst.
As far as I know it's one of the two official applications of Cutelyst's that offers live demo along with CMlyst. Compared to CMlyst, Pastelyst can be said to be simpler but more feature complete and more interactive for users.
Pastelyst has already enough and great features and with addition of some more features, I think it'll be one of the best pastebin application :)
I have a few ideas. Could you select the features that convenient for you and create a to-do list with some tips on how to implement. This list will guide the contributors like me.
Possible future features
Copy paste to clipboardhttps://www.w3schools.com/howto/howto_js_copy_clipboard.asp
https://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript
Download button for pastehttps://www.w3schools.com/tags/att_a_download.asp
https://stackoverflow.com/questions/39325938/html5-download-attribute-to-selected-folder
When pasted: (Ok! icon) This paste will be deleted the next time it is read.
When opened first time: (Warning! icon) This paste has self-destructed. If you close this window, there is no way to recover it.
After opened first time: 404
https://www.w3schools.com/tags/att_input_accept.asp
https://stackoverflow.com/questions/8938124/how-to-filter-input-type-file-dialog-by-specific-file-type
Known issues / improvements
Search placeholder is at wrong tag, must be at input tag not formBeautify search links: https://paste.cutelyst.org/search?page=1&q=rock -> https://paste.cutelyst.org/search?q=rock&page=1A more descriptive 404 page: Paste not found. -> Either this paste has expired or this page never existed.The text was updated successfully, but these errors were encountered: