Live data from Hacker News

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

github.com

21–30 of 220 posts

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

#22

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…

Thanks for making this. I look forward to trying it tonight. A few thoughts:

1. Any chance for a mobile version with cloud sync? Qt compiles for mobile too, after all. I access my notes from my phone all the time so this is a must for me.

2. How come so many indie devs are off making their own notes app instead of pooling their efforts? For example off the top of my head QOwnNotes is a Qt widget note app, and a QML-based one I think is called Noter but which I can't find anymore now.

3. Judging from the UI I take it you're an Evernote user, or used to be? There was a post today about all the Evernote staff being laid off, so I feel pressured to move away ASAP. Other than Joplin do you have any recommendations that work on mobile?

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

#23
Really happy with Joplin! It's one of those pieces of software that Just Works (TM) and allows me to not worry about it.

I'm using the Joplin sync server for keeping my stuff in sync and it has worked flawlessly.

If Laurent or anyone from the Joplin community is reading: great job everyone! <3

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

#24
I love joplin - it has been my goto solution for adhoc notes for almost two years now. I use it on multiple devices and they all sync to an S3 bucket which is very cheap setup that works well once configured properly.

I don't love the default editing experience but the Rich Makdown extension solves it well for me.

The extension ecosystem is a bit of mixed bag. There are few good extensions but many are half baked.

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

#25

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…

Thanks for making this. I look forward to trying it tonight. A few thoughts: 1. Any chance for a mobile version with cloud sync? Qt compiles for mobile too, after all. I access my notes from my phone all the time so this is a must for me. 2. How come so many indie devs are off making their own notes app instead of pooling their efforts? For example off the top of my head QOwnNotes is a Qt widget note app, and a QML-b…

Hey!

1. We're currently using QWidgets which doesn't look good on mobile. But we plan to port the UI to Qt Quick (logic will stay in C++). Our new Kanban feature and some other widgets are already built with Qt Quick/QML. And we'll work on syncing too. I wrote that in my comment above.

2. We're actually using a major component from the maker of QOwnNotes called QMarkdownTextEdit[1] for our Markdown editor. It Works great (thanks @pbek!). Just two days ago someone managed to port the syntax highlighter to QML[2] which paves the way for us to port the UI over to QML.

3. I never used Evernote (maybe I used it for a short time but I can't remember). Because we currently don't have a mobile app I use the built-in Apple's Notes on my phone that syncs well to the Desktop app and then I'll just copy over the notes to my app.

[1] https://github.com/pbek/qmarkdowntextedit

[2] https://github.com/pbek/qmarkdowntextedit/issues/158

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

#26

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…

Last I checked this did not provide an obvious way for links between notes. This is a crutial feature for many folks who work with lots of small interlinked notes.

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

#27
I tried many note-taking apps and finally settled on Notable[0]. It's simple and you can point it to a folder with markdown files and attachments. Plus, you can just sync the folder using any syncing service, and use Noteless[1] on Android. The tagging support is superb, you can cross-link notes, render math using katex, and export to pdf.

Because of the simple folder structure, you can also use vim+fzf to search/navigate/create/edit your notes. The notational-fzf-vim plugin[2] is superb for that.

For web-clipping, I just use the markdownload[3] extension in firefox and save the markdown file in the notes folder.

Why not joplin? Mostly because joplin stores notes in an sqlite database instead of a simple folder structure making it not easily accessible by normal unix tools and editors.

Why not obsidian? Was never able to grok obsidian. Pointing it at my existing notes makes it just show up as a huge mess of unstructured notes. I guess it needs some effort to organize and link existing notes. In notable, I can tag a note as Books/CS, and CS/Books, and it'll show up in corresponding folder-like structures in the left panel. Can't do that in obsidian.

0. https://notable.app/

1. https://play.google.com/store/apps/details?id=net.redsolver....

2. https://github.com/alok/notational-fzf-vim

3. https://github.com/deathau/markdownload

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

#28
post #26

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…

Last I checked this did not provide an obvious way for links between notes. This is a crutial feature for many folks who work with lots of small interlinked notes.

Indeed, I want this feature badly myself to create wikis and such. There's an open issue[1]. We'll definitely implement that some day.

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

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

#29
post #3

How does it compare to obsidian?

Having started with Joplin, the three things that took me away were the (at the time) lacking mobile support, periodic syncing collisions, and probably most importantly, their non-standard file format. There was a tool that could extract files into standard markdown format, then repack them, but the overhead was tiring, and meant a few key environments lacked access, namely when I was accessing a server from the rack, and when the mobile app acted up. I actually moved to just using vimwiki style setup with markdown and a markdown editor app on my phone for several years, before I stumbled across Obsidian. I've since been using obsidian for about 9 months now, which is longer than my time with Joplin, and I will say that, once I got a stable sync going (I'm using the simple sync plugin and my own s3 compatible server), the plugin support, decent mobile app, and native markdown files have won me over. Though I'm still eyeing open source options with Logseq, just waiting on their mobile app to pick up and properly support plugins. I'll be more than happy to port everything as soon as it supports that.

As an additional note, I will add that despite Obsidian being closed-source, I actually feel more comfortable with my data there than with Joplin, primarily because all my data is just common markdown. With Joplin, if I archive content, I have no guarantee the notes on the file format will exist in 10 years (they probably will, but it's still a real possibility). With Obsidian, it's plaintext. There's nothing to need to rediscover, no file format to decode, just good old plain-text. In 40 years I'll still be able to read those files (though the storage media is a very different story). Sure Obsidian can change plans mid-stream, and I don't trust they wont, but all I gotta do is go back to my markdown editor and vim. No sweat.

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

#30
post #27

I tried many note-taking apps and finally settled on Notable[0]. It's simple and you can point it to a folder with markdown files and attachments. Plus, you can just sync the folder using any syncing service, and use Noteless[1] on Android. The tagging support is superb, you can cross-link notes, render math using katex, and export to pdf. Because of the simple folder structure, you can also use vim+fzf to search/nav…

[dead]
Post reply on HN