this post was submitted on 13 May 2026
100 points (97.2% liked)

Technology

84643 readers
3841 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] nuclear_wizard@startrek.website 1 points 16 hours ago (1 children)

The use cases are different for me, personally. There are some minor (on the surface), but major (depending on how you use the software) differences between them out of the box:

  • Logseq is focused on daily journal pages and pages with lots of linkages, the idea being it keeps you on focused on tasks without feeling like you are spending too much time tinkering, organizing, or like you have to build out a perfect system right away. I like it for work because it lets me work "in my notes" rather than needing to work "on my notes" if that makes sense. I'm aware of similar Obsidian setups, but having it work out of the box in Logseq means many of the other design choices in the program are made with this workflow in mind.
  • Every note is structured as a tree with hierarchical items (blocks) nested within one another. This means every block has a reference, so it's easy to create and maintain links to different pages. Obsidian does support block references out of the box, but you have to insert them for every line you want to reference because it isn't set up to enforce a tree structure by default.
  • Tags and note links are interchangeable. I would actually say this is the main point against vanilla Logseq compared to Obsidian. There are plugins you can use to give tags different behavior to links though.
  • The community seems smaller and there aren't as many plugins. Many plugins don't seem to be well supported or maintained, but they are usually pretty focused on solving one particular problem.

I use Logseq for work where being able to reference blocks is more useful (especially for task management), and Obsidian for personal projects where I feel a more free form PKM with customization options is nicer.

[โ€“] Brewchin@lemmy.world 1 points 11 hours ago

I see! Thanks for taking the time to respond. It's useful to have usage examples.