nextcloud / bookmarks

🔖 Bookmark app for Nextcloud
https://apps.nextcloud.com/apps/bookmarks
GNU Affero General Public License v3.0
1.02k stars 173 forks source link

Copy page as an artikel #438

Closed xXSTrikeXx closed 3 years ago

xXSTrikeXx commented 6 years ago

In last time, i prefer wallabag, because it gives me the ability to read my bookmarks offline. Its a perfekt pocket/read it later solution. It would be also an Archievement to read offline in train or somewhere else bookmarked links. Another cool feature is the archive. I can archive readed articles and thats a very nice new possibility of structure. I often bookmark new cooking receipts and then I know which of them I already cooked. I also like the raster view with an example picture of the bookmarked site and a little description of it. Little disadvantage for me using wallabag: The apps in nextcloud are better.

I hope I can post my little suggestions here and hope that it is not an overenhancement for a simple bookmark app. But in my opinion is overview and a little imagination behind the bookmarks the most important thing to find what you want - even if you dont know it (example cooking receipt, there you can easily choose an receipt what you want by choosing based on preview images.) :smile::heart_eyes::grinning: The table list of bookmark is so unclear. ;)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/54784431-copy-page-as-an-artikel?utm_campaign=plugin&utm_content=tracker%2F216513&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F216513&utm_medium=issues&utm_source=github).
marcelklehr commented 6 years ago

hey @xXSTrikeXx Thank you for your feedback! The UI is being overhauled at the moment, adding a grid view with preview images. A read-it-later feature would be very useful indeed and is also something we have in mind for the future. :)

marcelklehr commented 6 years ago

These libraries would be useful for this feature:

sunjam commented 6 years ago

Here is another selfhosted bookmark app written in Go called Shiori that is cloning Pocket: It saves copies of webpages as HTML for use offline.

Saving bookmarked webpages as Markdown would also be really useful, so they could be available in the Markdown Editor and QownnotesAPI.

marcelklehr commented 6 years ago

I'm closing this in favor of https://github.com/nextcloud/bookmarks/issues/210 which can be used together with the newsreader app, avoiding the need to duplicate that code base.

marbetschar commented 5 years ago

+1 for offline storage of bookmarks. On my end mainly for archive purposes since interesting websites and/or articles are not guaranteed to be accessible over an extended period of time. That said, I would also be fine with the possibility to upload an attachment manually (e.g. a PDF print of bookmarked page, or a simple HTML output) - if that's easier to implement as a first step.

sunjam commented 5 years ago

Surprisingly, I've found a Nextcloud app for archiving bookmarks called Nextcloud Paper. Crazy, but here it is!

Also, there is issue #524 for building out wallabag integration.

florianwgnr commented 4 years ago

Might also be linked to #1128 with the idea of saving a screenshot via screenly when adding a bookmark.

sunjam commented 4 years ago

In this case, would coincide if that screenshot is one of the full web page since this request is for archiving an offline copy of the bookmarked site. Saving as a screenshot, or as HTML + attachments, is the way Evernote does it.

On Thu, Jul 30, 2020, 3:05 AM Florian Wagner notifications@github.com wrote:

Might also be linked to @1128 https://github.com/1128 with the idea of saving a screenshot via screenly when adding a bookmark.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nextcloud/bookmarks/issues/438#issuecomment-666274709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANUKZQWTFWJBIWMUK36D2LR6FAXPANCNFSM4EPXIT2Q .

florianwgnr commented 4 years ago

Just to leave the idea here:

I stumbled across the Firefox-AddOn "SingleFile", which saves a complete web page into a single HTML file (including images, CSS, etc.) and it is a great and easy way to archive websites. Maybe some parts of this tool are useful and can be used to generate and save a page as one file within the nextcloud instance (maybe while bookmarking it?).

Link: https://github.com/gildas-lormeau/SingleFile

Link2: https://github.com/gildas-lormeau/SingleFile/blob/master/cli/README.MD

marcelklehr commented 3 years ago

Work on this is in progress over here: https://github.com/nextcloud/bookmarks/pull/1416

github-account1111 commented 3 years ago

Surprisingly, I've found a Nextcloud app for archiving bookmarks called Nextcloud Paper. Crazy, but here it is!

Also, there is issue #524 for building out wallabag integration.

This doesn't really produce a faithful copy of the webpage though, does it? It's sorta like what Pocket does, which honestly I'm not a fan of, but to each their own of course.