Live data from Hacker News

Joplin – An open-source note taking and to-do application with synchronisation

github.com

11–20 of 220 posts

Re: Joplin – An open-source note taking and to-do application with synchronisation

#11
post #3

How does it compare to obsidian?

Tried both for quite some time, Obsidian has better community plugin support, better sync (paid) and stores plain text files instead of using a DB. Most importantly the mobile app (at least for iOS) of Obsidian is 1:1 with the desktop app. Switched from Joplin to Obsidian and haven't looked back. Both apps are great initiatives though!

Joplin also uses plain text files.

Re: Joplin – An open-source note taking and to-do application with synchronisation

#13
Shameless plug for my native (Qt C++ based) open-source, cross-platform note-taking app[1]. It's fast, beautiful, and just works.

The next version will add an option to turn your Markdown tasks into a beautiful Kanban view[2] via QML. This feature will be paid but anyone will be able to compile the source with a simple CMake flag to get the PRO version for free.

Currently, it uses a DB but we aim to port it to support arbitrary folder (simple .md/.json files, depending on the complexity of the editor). I'm working on a mobile version and a built-in sync option as well.

Once the built-in syncing is complete I will probably only charge for that and the client itself will be completely free.

[1] https://github.com/nuttyartist/notes

[2] https://github.com/nuttyartist/notes/pull/574

Re: Joplin – An open-source note taking and to-do application with synchronisation

#14

Earlier quoted context omitted.

Tried both for quite some time, Obsidian has better community plugin support, better sync (paid) and stores plain text files instead of using a DB. Most importantly the mobile app (at least for iOS) of Obsidian is 1:1 with the desktop app. Switched from Joplin to Obsidian and haven't looked back. Both apps are great initiatives though!

Joplin also uses plain text files.

Does it reflect notebooks/folder structure also in the filesystem? That's exactly what I need from a PKM tool: that not only the files but also the structure of the notebooks is reflected in the filesystem so I can have interoperability. This way I can decide to work with Obsidian, EagleFiler, Notebooks.app or DEVONthink while also having the possiblity of using the regular Finder to work with my files.

Re: Joplin – An open-source note taking and to-do application with synchronisation

#15

Shameless plug for my native (Qt C++ based) open-source, cross-platform note-taking app[1]. It's fast, beautiful, and just works. The next version will add an option to turn your Markdown tasks into a beautiful Kanban view[2] via QML. This feature will be paid but anyone will be able to compile the source with a simple CMake flag to get the PRO version for free. Currently, it uses a DB but we aim to port it to suppor…

Great work. I love it.

Re: Joplin – An open-source note taking and to-do application with synchronisation

#17
post #3

How does it compare to obsidian?

I tried it out for a while, I'm sure that it's a great program and it's various free sync options & encryption system may immediately put it ahead, but as a basic user I found it much more complicated to the point where I couldn't figure out how to simply sort files into folders (and I don't know if that's something you can do). There's an interesting tagging system to search posts with and there's a ton of plugins out there if you want to do things you can usually do.

I really ought to give it a shot again when I've got a clear head.

If you want a FOSS alternative to Obsidian that's just as simple you could try Zettlr, but currently it's rather rough. You have to change the UI settings to get the folders/file view that Obsidian has, and I found readability to be rather poor. Initially there's no way to make in text larger without zooming in the entire UI, font, and the themes that are available aren't the best for writing or reading notes (and if you like one specific theme you're sod out of luck if you want a darker version of it) – if you want to change things to your liking you have to experiment with the experimental Custom CSS option.

Re: Joplin – An open-source note taking and to-do application with synchronisation

#18

Shameless plug for my native (Qt C++ based) open-source, cross-platform note-taking app[1]. It's fast, beautiful, and just works. The next version will add an option to turn your Markdown tasks into a beautiful Kanban view[2] via QML. This feature will be paid but anyone will be able to compile the source with a simple CMake flag to get the PRO version for free. Currently, it uses a DB but we aim to port it to suppor…

Looks nice. Good to see that there are still native apps in development! Looks a lot like Joplin - which I like.

But: I couldn't find anything about syncing my notes or mobile clients / other ways to access my notes. Even in the "vision" document. That's a must have functionality _for me_. Probably not important for everyone... therefore, good luck with your project :)

Re: Joplin – An open-source note taking and to-do application with synchronisation

#19
post #18

Shameless plug for my native (Qt C++ based) open-source, cross-platform note-taking app[1]. It's fast, beautiful, and just works. The next version will add an option to turn your Markdown tasks into a beautiful Kanban view[2] via QML. This feature will be paid but anyone will be able to compile the source with a simple CMake flag to get the PRO version for free. Currently, it uses a DB but we aim to port it to suppor…

Looks nice. Good to see that there are still native apps in development! Looks a lot like Joplin - which I like. But: I couldn't find anything about syncing my notes or mobile clients / other ways to access my notes. Even in the "vision" document. That's a must have functionality _for me_. Probably not important for everyone... therefore, good luck with your project :)

Hi there! I wrote in the above comment that it's planned. We'll support arbitrary folder (switch from DB), develop our mobile up (switch from QWidgets to Qt Quick), and develop our own built-in sync option.

Currently, you can change the database location to your synced folder (Dropbox, etc...) in the settings, but some users reported data conflicts while others said it works fine. You can try this but I'll wait till we officially switch from DB.

Re: Joplin – An open-source note taking and to-do application with synchronisation

#20
post #15

Shameless plug for my native (Qt C++ based) open-source, cross-platform note-taking app[1]. It's fast, beautiful, and just works. The next version will add an option to turn your Markdown tasks into a beautiful Kanban view[2] via QML. This feature will be paid but anyone will be able to compile the source with a simple CMake flag to get the PRO version for free. Currently, it uses a DB but we aim to port it to suppor…

Great work. I love it.

Thanks! (:
Post reply on HN