Earlier quoted context omitted.
Plume is actually based on my open source note-taking app Notes[1]. You can already get it on Flathub, Snap Store etc. Notes uses just a simple plain text editor while Plume has a completely revamped block editor that I built from scratch. That parts of Notes used in Plume will remain open source (per the MPL license) but the rest of the code will be closed source. At least for the time being. [1] https://github.com/…
I don't mind using a closed source solution - but only if I can keep my notes separated from the application itself. Makes it easy for me to back up my notes and to use versioning tools like git. It also allows me to use bash to manipulate my notes independently of the application at any given time. Plume seems very pretty - good job on that, but.... "All notes in Plume are simple plaintext strings under the hood. Ri…
Joplin is an open source note-taking app
91–100 of 110 posts
Re: Joplin is an open source note-taking app
#92Earlier quoted context omitted.
Where do you expect embedded media to be stored? For example, if I have the following note: ~/my_notes/art/renaissance.txt do you expect images in that note to be stored in ~/my_notes/art or in ~/my_notes/media, or something else?
I don't use Joplin for the aforementioned reasons earlier, but they should at least let you customize the "media folder". The embedded media is already referenced using relatively standard markdown syntax in a respective MD note, e.g.:  Since apps such as Logseq and Obsidian work with your existing notes, they avoid this issue of massive file duplication and don't need to move the f…
Re: Joplin is an open source note-taking app
#93Earlier quoted context omitted.
Plume is actually based on my open source note-taking app Notes[1]. You can already get it on Flathub, Snap Store etc. Notes uses just a simple plain text editor while Plume has a completely revamped block editor that I built from scratch. That parts of Notes used in Plume will remain open source (per the MPL license) but the rest of the code will be closed source. At least for the time being. [1] https://github.com/…
I don't mind using a closed source solution - but only if I can keep my notes separated from the application itself. Makes it easy for me to back up my notes and to use versioning tools like git. It also allows me to use bash to manipulate my notes independently of the application at any given time. Plume seems very pretty - good job on that, but.... "All notes in Plume are simple plaintext strings under the hood. Ri…
Re: Joplin is an open source note-taking app
#94I'm an Evernote refugee struggling with Joplin and Obsidian this morning. I've got thousands of PDF notes going back decades, and the ability to search on their OCR has kept me on Evernote for years. But the latest Joplin includes OCR out of the box, and Obsidian has the Omnisearch/Text Extractor plugins to add it. Both of those use Tesseract to do OCR locally. I've got it working on Joplin fairly well. But it hardly…
Re: Joplin is an open source note-taking app
#95Re: Joplin is an open source note-taking app
#96Earlier quoted context omitted.
I went from Notion to Joplin for note taking: I drop 1000s of images in a note and annotate them and publish them. Notion crashed all the time; so badly that support apologised and had to delete things for me. Joplin has 0 issues with it; it scrolls super fast, is a pleasure to work with. Also on a m1. I cannot say I noticed any bad behaviour compared to others, included Obsidian.
I went from Notion and Joplin to Obsidian mostly because Obsidian stores stuff as regular files on my filesystem and I can easily interact with them with external programs and scripts. Joplin, while being open source itself, has a "proprietary"[1] storage format I can't be arsed to figure out how to interact with. [1] Meaning non-standard in this case, Joplin is the only software using Joplin's storage method
Re: Joplin is an open source note-taking app
#97Joplin is a decent open-source note app but I absolutely hate the way that they structure your notes. If you have thousands of notes in a folder ~/my_notes ~/my_notes/work ~/my_notes/music etc. Joplin takes them and stores the notes internally as a SQLite table with UUID named markdown files. It makes it very difficult to use bash tools, finding them, other IDEs, etc to work with your files after Joplin has ingested…
Re: Joplin is an open source note-taking app
#98Earlier quoted context omitted.
I went from Notion and Joplin to Obsidian mostly because Obsidian stores stuff as regular files on my filesystem and I can easily interact with them with external programs and scripts. Joplin, while being open source itself, has a "proprietary"[1] storage format I can't be arsed to figure out how to interact with. [1] Meaning non-standard in this case, Joplin is the only software using Joplin's storage method
It's "just" a SQLite database, I wrote a small Python script to extract my Joplin notes to a static site: https://gitlab.com/stavros/notes/
Sqlite does give some speed improvements and makes searching easier.
Re: Joplin is an open source note-taking app
#99My problem with Joplin is that on my M1 Macbook pro it really shows how much of an Electron app it really is, in the worst ways. Extreme memory use and UI lag for an application which displays text. That said, aside from performance it's quite satisfying to use. It's very simple and does its job well. I recently migrated to Obsidian and although the learning curve is steeper, I'm quite happy with the results.
That’s exactly why I’m building a note-taking app in Qt C++ and QML that is vastly more performant than other note-taking apps[1]. This degradation of software by web apps shows in the lack of optimal resource utilization of even one of the most powerful chips of recent times. [1] https://www.get-plume.com/
Re: Joplin is an open source note-taking app
#100I use Microsoft's OneDrive free account to keep Joplin synced between devices. Works like a charm. Currently using 0.7GB out of 5GB.
Same here! And you can encrypt the sync so you know Microsoft cannot get access to your personal information.
Cryptomator works well as long as your on a desktop platform, but when you move to a smartphone they provide only their crippled file-manager which is not accessible form third party apps.