this post was submitted on 29 Apr 2025
47 points (94.3% liked)

Selfhosted

46464 readers
1135 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 6 points 2 days ago

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.