Joplin – An open-source note taking and to-do application with synchronisation
21–30 of 220 posts
Re: Joplin – An open-source note taking and to-do application with synchronisation
#22Shameless 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…
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
#23I'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
#24I 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
#25Shameless 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…
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.
Re: Joplin – An open-source note taking and to-do application with synchronisation
#26Shameless 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…
Re: Joplin – An open-source note taking and to-do application with synchronisation
#27Because 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.
1. https://play.google.com/store/apps/details?id=net.redsolver....
Re: Joplin – An open-source note taking and to-do application with synchronisation
#28Shameless 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
#29How does it compare to obsidian?
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
#30I 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…