Skip Navigation

Manage things "To be Read"

I am looking for a tool/workflow, with which I can manage a collection of all the stuff I see on the internet and elsewhere, that they are worth reading at a time in one place.

This includes:

  • blog articles I randomly find on the internet
  • social media posts
  • news articles from RSS feeds
  • books (pdf,epub,...)
  • wikipedia articles
  • topics I want to do further research on
  • aso...

A lot of these things are bookmarks, I know that. I tried to manage my "ToBeRead" list in bookmarks before, but it didnt work out for me, because some things simply aren't URLs, that can be bookmarked (e.g. PDFs, just names of research topics).

Besides that, longer threads on mastodon/lemmy e.g. can be easily bookmarked in the app itself, but than you start to manage multiple lists in multiple locations, which I want to avoid.

I am running my own Nextcloud instance and would like to also sync this stuff across devices with it.

I figured out (while using obsidian) that my brain works better when I dont have to worry about where to put things, but just tag them with topics, by relevance, e.g. So tags and the option to filter them would be nice!

Thanks beforehand :)

Edit: Doimg this with Nextcloud Deck, or synching an Obsidian Vault with Nextcloud came up to my mind, but I couldn't come up with an idea for a conveniant workflow, but maybe it's easier than I think?

32 comments
  • I use org-mode, which is kind of a structured text format, like Markdown but far fancier, in emacs. Can have to-do lists, deadlines, tables, display a weekly/monthly agenda with planned items, etc. I sometimes use it as a sort of mini-spreadsheet, as it can act something like a spreadsheet, with recalculating tables. I don't go in for the "whole life organizing in a tool" thing, so there's a lot of functionality that I don't use, but it's generally a superset of what I want, so it works well. There are various other software packages that support it.

    I figured out (while using obsidian) that my brain works better when I dont have to worry about where to put things, but just tag them with topics, by relevance, e.g. So tags and the option to filter them would be nice!

    Org-mode supports tagging, though I don't use them.

    https://orgmode.org/manual/Tags.html

    That being said, while other software packages do have varying degrees of support, and vim has some support it's really an emacs thing at its core, so I think that it's most interesting if you use emacs.

  • I clicked on this post to bookmark it and read it later

    I believe that I need these answers more than anyone else xD

  • Make a textfile you sync between your devices. Save the URL, book name, or whatever; each on a new line.

    So tags and the option to filter them would be nice!

    You can tag them at will. Put "#TagName" next to an entry and later you can ctrl-f "#TagName" (or anything else) in the file. Notepad++, grep, and other tools will even give you a list of everything that matched your search criteria if you want to see all items that match at once.


    I like to keep things simple!

32 comments