←back to thread

108 points sohkamyung | 3 comments | | HN request time: 2.07s | source
Show context
vunderba ◴[] No.43738065[source]
Joplin is really nice feature-wise but the last time I looked at it a few years back I absolutely HATED the way that it structured your notes.

The way it worked was that they stored new/existing notes in an SQLite table with UUIDs. This of course makes it very difficult to use bash tools, other IDEs, etc. to work with your notes after Joplin has ingested them.

Further the related media was renamed "UUID.<related extension>" which were stored in `~/.config/joplin-desktop/resources`.

Compare this to apps like VS Code / Obsidian / Logseq (also open source) which don't mess with your markdown file organization. You can just point them to a root folder and they'll work natively with your markdown files. No syncing required.

replies(4): >>43750582 #>>43750869 #>>43752058 #>>43756015 #
jayflux ◴[] No.43752058[source]
I really think you’re trying to use the wrong tool for the job here. Joplin isn’t designed for your notes to be modified outside of the ecosystem, the notes themselves are markdown so you can export or transfer them, but you can’t simultaneously edit them outside of Joplin. For that you’re better off with a folder of markdown files which you can push to Git.

Joplin is essentially an open source version of Evernote and a great alternative for people who enjoyed that style of application.

replies(1): >>43753896 #
1. JackTorrents ◴[] No.43753896[source]
> Joplin isn’t designed for your notes to be modified outside of the ecosystem, the notes themselves are markdown so you can export or transfer them, but you can’t simultaneously edit them outside of Joplin.

Well, except for https://joplinapp.org/help/apps/external_text_editor/

replies(1): >>43758827 #
2. CalebJohn ◴[] No.43758827[source]
With that feature the external editor is launched via Joplin, so the editing is still happening in the ecosystem. You can’t just open the notes from outside Joplin.
replies(1): >>43759256 #
3. JackTorrents ◴[] No.43759256[source]
True, good point.