Brian Lovin
/
Hacker News
Daily Digest email

Get the top HN stories in your inbox every day.

jlkuester7

I really wanted to like this the last time I gave it a try, but it just did not do it for me. I though I would like it being a VS Code plugin since "why reinvent a .md editor", but the end result felt pretty janky. Plenty of power features, but they were not particularly intuitive to use....

I ended up finding https://logseq.com/ and have been very happy using that as a local application! I really like its balance of control/abstraction and its markdown based editor is beautiful!

throwaway675309

I'm strongly considering moving away from Obsidian to Logseq, obsidian just has some limitations that I think I can work around in Logseq (insufficient syntax highlighting due to old integrated version of prismjs being one issue for ex).

I have sincere doubts that Obsidian will ever go open source.

codemusings

I've started to use Joplin[1] and haven't looked back. It's open source and their business model is hosted cloud syncing. I already have a self-hosted Nextcloud instance running and WebDAV is supported for syncing as well so I'm not paying anything at the moment.

They also have apps on desktop and mobile. The apps may not have the most polished UI but they work extremely well.

[1] https://joplinapp.org/

xmprt

Obsidian not going open source is a big reason I'm apprehensive to start using it.

peakaboo

I'm more surprised it free. Its an amazing product with high quality plugins.

The notes are also stored on your computer so you don't even have any cloud dependency or anything.

I really enjoy using it and would pay a one time amount for it no problem.

undefined

[deleted]

nopenopenopeno

any other limitations? syntax highlighting sounds like a very easy one for them to fix.

kevinslin

sorry dendron didn't work out. was there anything specific that felt "janky"? we've had lots of updates on general ux (see https://buttondown.email/dendron/archive/) and are continuing to focus on that this year. that being said, logseq is also a great tool. a bunch of folks use both dendron and logseq in tandem

faizmokhtar

Thanks for recommending logseg. Going to give it a try.

I've been using Dendron mostly because of the search feature and the ability to publish it on web but I didn't really like the experience of editing my notes on VS Code. Seems like logseg have similar feature as well.

alpaca128

Wow, logseq seems to be exactly what I was looking for. Also detects file changes, so using a different editor side by side works.

Well, that's going to save me a chunk of time.

haberman

Every time I see a new note taking app, I get excited that it might finally be the one that will satisfy my desired workflow. But every time I end up disappointed that nobody seems to think about this space in the way that I do.

Here is my basic premise: I want all of my notes to be dated, and I want them to tell a story of not just what I was thinking, but when.

Time is so fundamental to note taking. A note is never "This is my canonical position on X", it is always "this is what I am thinking about X today." But note taking apps rarely seem to bring time to the forefront.

Think about an issue tracker like GitHub issues. When you view an issue, you see a timestamped history of everything that has been added to the conversation and when. It tells a story of how the understanding of that issue evolved over time, and specific actions that were taken at specific times. I find this invaluable, and I want my own personal notes to work in the same way.

"So just use GitHub issues in a private repo." Well, GitHub issues isn't exactly what I'm looking for. Specifically:

- I want to use #tagging. If I click on a tag, I want a GitHub issues-like timeline view for all notes that include that tag. That way I can categorize notes across multiple dimensions.

- I want more control over how the notes are stored (Git is ideal, I can mirror the repo wherever I want).

- I want more control over how and when I publish the notes: if I'm taking work-specific notes, I want the option to publish them on an internal company server.

A Jekyll-based blog fulfills these criteria pretty well, except:

- Jekyll is primarily focused on publishing a website, not local viewing. To view locally you have to manually run a server in the background all the time ("jekyll serve") and there is a lot of HTML/CSS/configuration cruft that is overkill for note taking.

- Since Jekyll is not an app, it has no streamlined workflow for adding notes on mobile.

If anyone knows an app that is a good match for what I'm looking for, please let me know!

scriptautomate

Dendron is very focused on local viewing, creating, and managing your notes (UX/DX). This is in addition to publishing, which is a differentiator between it and SSGs like Jekyll, Hugo, Sphinx, etc. It automatically timestamps notes at creation, and every following update, in two separate fields within a note frontmatter. Since Dendron encourages git for the versioning of your note vaults, you can get the full git history of each note.

With VS Code, you can also use GitLens to traverse and view the history of all the lines within each note (who modified this line last? etc.) with the built-in git blame navigation.

You could technically create a script of some kind that runs git diffs across the git history of files, and maybe create a "*.changelog" child file for each note, in the event that you want to have dedicated files displaying how each note evolved over time? Otherwise, that isn't a built-in feature with Dendron.

For mobile use, I've liked using mgit (Android) + Obsidian for editing my Dendron notes, and then use Dendron on my laptops/desktops. Others have mentioned GitJournal working well for them. Some more on that: https://wiki.dendron.so/notes/SJtEnmQQYGu0bP2Kg7UbA/

haberman

> You could technically create a script of some kind that runs git diffs across the git history of files, and maybe create a "*.changelog" child file for each note

I think you may have missed my core point. I don't want to revise old notes repeatedly. If I have something to add, or a change in my thinking, I want to create a new note, with a new timestamp, that describes my new thought. Then I want to use #tags to view a timeline of all dated notes that match a specific tag.

Think about GitHub issues. If you discover some new information about an issue, do you edit the initial bug report in place? Probably not (unless it's a minor error like a misspelling). You add a new comment to the existing issue, which makes it clear that this is new information that you didn't know when you filed the issue initially.

I want note taking to operate more like a journal or blog, with journal entries easily selectable by #tag.

sxldier

I wonder if Trilium Notes and the journal functionality would address your needs. You can use tags and backlink to other related notes if you wanted to. You can view notes in a standard hierarchy structure or view a note map.

You can take it a step further if that doesn't completely address your needs by customizing it. The journal button is just a note with a script (with a specific tag). It's highly customizable.

You can export your notes (all, or get granular with some or a single note) as HTML or Markdown or OPML.

haberman

I couldn't find much info about Trilium Notes journal functionality. Do you mean something like this?

https://github.com/zadam/trilium/wiki/Day-notes

d12bb

If you live in the Apple ecosystem, Agenda(1) could be just the right tool for you. I also very much like their pricing schema(2), more apps should do it like this!

1. https://www.agenda.com/

2. https://drewmccormack.medium.com/a-cash-cow-is-on-the-agenda...

rcarmo

Agenda is pretty awesome, but I worry about getting my data out of it enough that it’s become a no-go for me.

linopolus

You can export whole projects as one-file markdown (or HTML, RTF), worst case being having to go through every project, exporting and splitting the file up (by a script), or turn the agenda folder somewhere in ~/Library (contains bunch of json) into something usable via script, but I agree, it lacks a reasonable solution for getting it all out at once.

_Anima_

Zim wiki maybe?

kumpelblase2

This has been a Show HN/Launch HN before:

(Launch) Nov 2021, 85 Comments https://news.ycombinator.com/item?id=29176158

(Show) Mar 2021, 84 Comments https://news.ycombinator.com/item?id=26491764

(Show) Oct 2020, 168 Comments https://news.ycombinator.com/item?id=24898373

ImpressiveWebs

And whoever posted it put a second slash at the end of the URL, apparently to trick the HN system into allowing it to be posted again. I’m not saying I care, I’m just pointing out that it seems like that’s what was done, because I believe you can only post a link again after a certain time has passed.

kevinslin

I think one reason Dendron (and generally PKM topics) resonates on HN is because fundamentally, we haven't figured out "information architecture for humans"

Google works for the internet but we don't have an equivalent for PKM or TKM (team knowledge management). This is why we build Dendron (more details at https://blog.dendron.so/notes/N9VxT7G5SovmncezBAGO2.html)

visarga

I would complement your knowledge management platform with a passive way to reference previous content. Save every paragraph of text that is being read/written and implement semantic similarity search. For example you could use a Hugging Face model and an Approximate Nearest Neighbor index.

Then integrate this search with an extension on top of your regular search engine, such as Google. Bonus if it logs across all apps, not just the web browser, and if it implements semantic and source based blacklisting to control what is being logged, for privacy.

This is complementary to your approach because manual logging is hard and slow while passive logging + semantic search can follow everything. It will be like an external memory.

qudat

I’ve compiled a list of other knowledge management apps for the curious: https://listifi.app/u/erock/knowledge-management-apps

Nezteb

Here's another you might like: https://www.zettlr.com/

qudat

Done

nenadst

zettlr is also missing - opensource and really nice (also goog for zettelkasten)

https://github.com/Zettlr/Zettlr

jimmySixDOF

There is a Second Brain PIM/PKMS graph based app released in public beta now called rea.ch

DocTomoe

You mentioned roam - you should also mention org-roam, which sits atop emacs.

qudat

Done

xbar

The temptation to snidely suggest you add listifi to your list overwhelms.

qudat

Haha do I dare?

sam_lowry_

I was once involved in Topic Maps, a failed ISO standard that was challenged Semantic Web at some point.

One thing I remember is the tacit knowledge that all kinds of mind maps are useful on the spot to the person who writes them. Communicating anything via mind maps is difficult, and they become unintelligible even to authors very quickly.

tconfrey

I was rooting for Topic Maps at the time. The notion of Topics, Associations between them and Occurrences of information about a topic seemed to me to be very powerful. I don't think they were necessarily meant to model mind maps (altho no doubt you could), more of a super charged index of an information space.

FWIW Topic Maps were the inspiration for BrainTool [1], which is a 'Topic Manager' maybe in the same space as Dendron. I wrote about the model here [2]. I'm hoping people will exchange Topic Maps that index an information space or area of research!

[1] https://braintool.org

[2]https://braintool.org/2021/05/15/Organizing-your-life-with-a...

kevinslin

Totally agree that mind maps are hard to scale out, either across time or people. This is why Dendron focuses on helping folks create consistent structures (we call them schemas) to help map out their knowledge base. Think of it as a type system for organizing your notes. More details on that here (https://nesslabs.com/dendron-featured-tool) if curious

vladsanchez

I propose a Dendron Browser Plugin with same annotation functionality (FTW) =D

It would help with IP (Input + Process) components for those who adhere to the "Modern" Zettlekasten's IPA framework [1] (Input + Process + Action) conceptualized and presented by Marc Koenig.

1- [https://youtu.be/rjU65enKSEE].

bsenftner

Reminds me of the Apple spin-out name Kalida (sp?) that tried to promote a "personalized programming language" called ScriptX allowing each developer to define their own personal language syntax and write code in that. I was floored something so dumb would get a complete corporate spin-out, developers and the full rah-rah marketing push. Once developed and available, people quickly found nobody could share or even read one another's code. Duh.

alwillis

You're thinking of Kaleida Labs, the corporation that was co-owned by Apple and IBM: https://en.wikipedia.org/wiki/Kaleida_Labs.

thelittleone

Agree with this, at the same time I find the simple act of writing the notes or a mind map helps with retention even if they're unreadable later on.

oxff

These Electron solutions (VSC plugins, Obsidian, whatever) become really slow when you have a large document with markdown, code and latex in it.

I recommend learning Emacs org-mode. Painful, but eventually faster.

dotancohen

I second org-mode. I've tried literally dozens of notes apps, but org-mode just gets everything right.

Well, almost everything. If I have to edit in a simple text editor then I still prefer Markdown and of course syncing files is up to the user (I use a private Gitlab account). Hebrew text that spans a newline is also problematic in Emacs, despite ostensibly fully supporting Unicode. But these limitations are trivial compared to all the issues I've identified in all the newer apps. It turns out that two decades of development really does lead to a mature product.

galfarragem

Honest question: Are "wiki notes" useful?

With other words, are notes in Roam/Obsidian/Logseq/Joplin/Dendron useful on the long term? Is the graph nature of notes a "plus" or just a distraction? Do you query your notes in a way that the results are more helpful than using a "flat wiki" (one or few text/markdown files)?

I use a "flat wiki" or despite not using org-mode, I believe it may be customized to "god-mode" _IF_ you take (plenty of) time to do it. "Wiki notes", by the other hand, seem a waste of time but probably I didn't understand them yet.

haffi112

The number of potential links in a graph of n vertices scales like O(n^2). That does not mean that the actual number of links in the knowledge base should scale like O(n^2). However, it could mean that the overhead work to maintaining and building the connections in the knowledge base becomes unbearable. That is, the solution is not saving time anymore. Solutions like these need, imo, really good link prediction solutions to make it easier to manage them.

Are any of these personal knowledge base solutions offering link prediction as a feature to alleviate this problem?

bluesign

I think this depends on the approach to links. If you try to link on recall instead of create, it is much simpler.

theshrike79

Wikis work for notes if linking to other pages isn't a chore and is either completely automatic or so simple you can do it while you write.

If I need to start adding some (link markup)[linkmarkup.example] while writing, I can't be bothered.

qwerty456127

> are notes in Roam/Obsidian/Logseq/Joplin/Dendron useful on the long term?

Very useful but the UX is very far from perfect. I would change/add dozens things in Obsidian. I also hate storing notes in a tree hierarchy - a very annoying overhead. I want it to be a freeform graph only with no taxonomy requiring a note to be located in a single specific place.

What I actually want is an open-source (fundamentally extensible but not necessarily free - I would pay up to $100 one-time if I really like it and probably donate more once it becomes an integral part of my life) offline sqlite-backed hybrid of Notion and Obsidian.

The most important feature I miss in Obsidian (as long as it is file system based) is a second file tree - dragging a note file to a distant (not fitting in the screen) place in one panel is painful.

kaiwen1

Try Logseq. It fits your requirements.

bberenberg

Is there an app this where the editor is WYSIWYG but the storage format is Markdown? Almost like Confluence from a UI perspective but for a personal KB?

qbasic_forever

The latest Obsidian release has a WYSIWYG editor mode that's quite good in my experience. It stores everything in plain old markdown files and has a ton of plugins for extra stuff like backlinks, etc.

rcarmo

It works really poorly on mobile for me. Completely a no-go.

sporedro

Take a look at Joplin, it had a WYIWYG editor and normal editor.

It’s like an open source Evernote.

earleybird

1+ for Joplin - been running it a couple of years now syncing to self hosted Nextcloud.

kushan2020

You can try out https://bangle.io, it is a real WYSIWYG Markdown * based note taking app that is local and open source.

* By real I mean that the UI stays WYSIWYG, unlike other apps that fall back to Markdown notation while editing.

IAmEveryone

I've configured VSCode for this purpose. You can set a proportional font, at which point you are already halfway there. The default syntax highlighting already assigns scopes for headlines, bold/underline/italics, lists, code blocks and links, and it is either easy or default to style the text accordingly.

scriptautomate

Nice. Do you have any links to configs or guides on setting up these modifications?

kevinslin

Dendron has plans to add WYSWG functionality this year

nopenopenopeno

The new Obsidian version does this extremely well.

bachmeier

Obsidian has a "Live Preview" mode.

phren0logy

I'm currently using Obsidian, but was thinking of moving to LogSeq. I guess I should give this a look also. So many choices...

scriptautomate

This may be helpful, if wanting to know some differences in Obsidian vs. Dendron: https://wiki.dendron.so/notes/a84ff014-e871-445d-9366-d97f1a...

For migrating content from Obsidian, you can use Dendron's markdown import pod (pods are ways that Dendron imports/exports notes):

Markdown import: https://wiki.dendron.so/notes/f23a6290-2dec-45dc-b616-c218ee...

Obsidian style import: https://wiki.dendron.so/notes/9kovmyM4T0ZBeWvp5oH62/

I still use Obsidian on mobile to view my Dendron notes, but use VS Code with the Dendron extension when on my computer :)

kevinslin

here's a page that outlines differences between obsidian and dendron: https://wiki.dendron.so/notes/a84ff014-e871-445d-9366-d97f1a... also happy to answer any questions you might have about Dendron :)

zwaps

LogSeq: We are privacy first

Also LogSeq: "It seems that your browser doesn't support the new native filesystem API, please use any Chromium 86+ based browser like Chrome, Vivaldi, Edge, etc. Notice that the API doesn't support mobile browsers at the moment."

... "Privacy first", and forcing you to use Google infrastructure.

I would steer clear of that one, hard.

jlkuester7

+1 for LogSeq! Been using it for awhile now and love it!

bszupnick

Can I ask why the move from Obsidian?

phren0logy

I haven't found the state of the current plugins to interact with Zotero very satisfactory.

qbasic_forever

This VS code extension is kind of flying under the radar and unnoticed, but it has an amazingly well integrated full WYSIWYG markdown editor: https://marketplace.visualstudio.com/items?itemName=cweijan.... Of all the markdown in VS code things I've tried, this is by far the simplest and nicest I've used.

paulshen

I'm not a big "note-taker" but Dendron has stuck with me mainly because of vscode. I spend so much time in vscode already and the familiar UI is a big plus. I also use the vscode vim extension which works just as well with Dendron.

zigzag312

Two must have feature of personal knowledge management app for me are:

1) Pasting web page excerpts with non-text resources (images, animations) included as a copy (and not just as a url reference that might not be avaliable anymore in the future).

2) Quality full text search (across all notes or just a sub-section)

Many knowledge management solutions have trouble with these two, so they are the first things that I usually test.

sxldier

Trilium Notes can do those very well. The first one being done with the web clipper extension.

https://github.com/zadam/trilium

zigzag312

Looks interesting. I'll check it out. Thanks!

Daily Digest email

Get the top HN stories in your inbox every day.