What's your favorite note-taking application?

Currently I’m using Joplin with Syncthing-backed file system synchronization. I’m pretty pleased with it, as I do like tagging- and Markdown-based systems.

I plan to upgrade to server-based synchronization, but before doing that, however, I wanted to see what other people are using.

Edit: So far I see a slight favor towards Joplin and Logseq, but I totally didn’t expect (and appreciate) getting so many different answers.

JiveTurkey,

Logseq

MaxVoltage,
@MaxVoltage@lemmy.world avatar

Notepad

On Paper not the computer

rizoid,

I’ve stuck with Joplin for a while. Self hosting the sync server so it’s all saved privately.

brettvitaz,

Notable. Cross platform (no mobile app), sync with cloud drive of your choice, markdown support, easy interface.

Cratermaker,

I use Vscode with markdown preview, with a git repo. The only downside is that Windows incessantly wants to group instances of an application, so it’s hard to keep my notes separate from my coding stuff.

PoopMonster,

Trillium although I wish it has multiple users on the same instance, other than that it’s amazing and suits my needs.

Scew,

I was a fan too, but lost the portable version I was using when my usb died. The version I pulled off git now freezes every 10 seconds and closes itself down a lot. Not sure how they made it worse but it’s worse now.

Tangent5280,

cant you download the earlier version instead?

johntash,

Were you downloading master or the latest release? If you’re interested in using it, post the issue you have on their GitHub. The main dev is super helpful

SirMaple_,

Notesnook

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

I like this one too but haven’t fully committed yet. I think once they open self hosting up I’ll give it an honest try .

kowcop,

Flatnotes for me. I haven’t tried many others, but it was perfect for what I needed. Markdown, writes plain text files so no database/easy to backup

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

I loved how easy it is to setup. Just was too minimal for my purpose though.

balancedchaos,

Obsidian. I know it’s not open source, but it just felt right.

UdeRecife,
@UdeRecife@literature.cafe avatar

Not being open source is the great… sin for me. Note taking is an investment in the future, and betting on a closed source platform is a big no no—for me, that is.

I know the content is safe in Obsidian, since it’s just Markdown files. But the workflow? Not so much.

And I know the developers behind Obsidian have their reasons to close source it. Nothing against that. But since that’s their way, it’s not my way.

tuhriel, (edited )

Yep just swapped over from a self hosted solution with gitlab and sublime… But that was to restrictive and the overall experience wasnt really good…

I then found a post somewhere on lemmy a post abotu PKMS and what people are using… One was obsidian… So I tried it and I’m really happy

Edit: I saw some comments about some missing self hosting. Since the notes are saved as standard md files you easily ca sync them with whatever you want… I set it up with my synology NAS and DS Drive, but any tool which can sync two-ways should be fine

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Yep, same. Though if Acreom ever goes local only on mobile OR when Notesnook opens up self hosting, I will take another look.

heyoni,

Just fyi notesnook is not really “zero knowledge”. They’re misusing that term.

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

I didn’t make that claim though. Regardless, that wouldn’t matter in a self-host situation.

heyoni,

Notesnook makes that claim. Why wouldn’t you consider that relevant when it’s the first thing you’re presented with on their website? And don’t even mention self hosting, that’s not only the last item on their roadmap but it’s also been there for a very long time with no updates.

Not sure why you’re getting defensive, this has nothing to do with you.

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Not defensive at all, just didn’t know where your comment came from. Do you have a link I can check out regarding that? Happy to read up on it. As far as self host, Dev team stated in their discord channel that they are still planning on it but want to get it buttoned up because once it’s launched they can’t take it back, paraphrasing what he actually said.

heyoni,

That’s fine, I was just trying to add the the conversation.

There’s this page that actually explains the encryption as it is: vericrypt.notesnook.comZero knowledge is mentioned here and in a few other places. They’re misusing the term as a marketing device, knowingly or not I couldn’t say.

As for how I know? It’s easy enough to check zero knowledge by logging into the service. If a password is enough to display your notes, the service is not zero knowledge. There should be a second set of credentials known only to the user that gets entered with each new login to actually decrypt the contents of your notes. If you’ve ever used matrix chat you would either enter in the private key yourself or match some emojis on an already authenticated client that would then pass that private key in a peer-to-peer fashion.

I haven’t verified this myself but I can clearly see from the website how the encryption is described vs the marketing terms being used.

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

I see. Admittedly it’s been a minute since I’ve logged into a new session of Notesnook. But accessing the web portal prompts for my login name, password, and then a 2FA code sent to my email address. Within the app (at least on Android) there is an option for no privacy, some privacy, and max privacy. Which have various behaviors when you navigate away from the app or close and reopen. I’m no expert, but do these sound like zero knowledge in this context?

I’ve still not decided whether I’ll stick with them, but I do like the app and was able to get a year of their pro membership for less than half off, so I figured I’d give it a try and at the very least support the devs to some degree.

heyoni, (edited )

I looked at their test app and nothing looks like zero knowledge to me in the settings. The closest thing I see is private vault but that just sounds an extra layer of password locking (and encryption too) but not in a way that would prevent the company itself to see its contents (confirmed here). The dev in that thread failed to disabuse the user of that notion will leads me to believe the term is being knowingly misused.

Zero knowledge is supremely annoying to implement and also very risky because if your users lose access to their private encryption key that they have to write down during signup, their data cannot be retrieved and it’s gone forever. That means if you specifically were using that feature, you would know it from all the nagging during signup about those risks.

And again, there’s a very simple way to test this. Just try logging in from a new device. You should not be able to see any decrypted notes without either entering in that private key or having another device be online to share it. If you’re thinking maybe the private vault is a secret key only you have, just see the github issue above. It’s not.

Having said all that…

I’m not advocating for zero knowledge in every service. I mentioned it because the marketing bugged me and felt misleading. I honestly have no idea if their app is good or not but it does look pretty. Just make sure you trust them with what you’re putting on their servers.

/edit I’m sorry I want to make sure I’m not spreading misinformation and stumbled on this thread where the author claims they cannot read any of the users’ data on their servers but then everyone else in the comments is debating whether it’s just end to end encryption or some other derivative marketing term. Honestly I’m just gonna say it “I don’t know”. If it’s zero knowledge and you didn’t get a special string on top of your password then that means your password is your key and password resets should be impossible or come with a side of “losing all of your notes”.

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Fair enough. I appreciate the context and additional information. Gives me things to think about. I’m currently using Obsidian even though it’s not FOSS, the file format is simple text files in folders making “escaping” the ecosystem easy, should I need to. Notesnook of course doesn’t do that, but they do have a much better handling on tasks/to-do within your PKM than Obsidian does.

I’ll admit I love notes apps. Have for years. So any new shiny one that comes out I at least try it even if I’m happy with Obsidian. Personal failing, I suppose.

heyoni,

I’m not judging, not sure how or why you think you’re failing but it’s not coming from me!

I’m like you, I use Bear for when I’m lazy and emacs for everything else. Two polar opposites but at least with Bear I can collaborate with my wife without complication.

PerogiBoi,
@PerogiBoi@lemmy.ca avatar

Joplin syncing on my Nextcloud instance. I love being able to quickly screenshot something on my laptop for reference and later retrieve it on my phone :)

Tangent5280,

Hi, is this syncing instantaneous, or periodic?

PerogiBoi,
@PerogiBoi@lemmy.ca avatar

You can manually sync. Otherwise when you close it it syncs and you can also set the period for syncing.

MonkCanatella,

Hi all, I created the !pkms community for this exact reason.

rmdes,
@rmdes@mstdn.social avatar

@nekusoul Trilium at home
Obsidian at work 😁

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Historically I’ve been using Google keep or one note (I’m a monster I know). I’ve been trying to see if I can migrate over to Nextcloud notes as I slowly de-FAANG my life.

MSgtRedFox,

I find it interesting that every product from Google/MS/Apple/etc is inherently evil in implications from our community.

I don’t mind OneNote, and like that it syncs to everything I use. I guess I’ve done IT/Infosec for 20+ years, so I don’t hate everything MS does, just some things :)

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Yeah, my “monster” comment was sarcasm. I’m in the same boat. I’ve been in IT for just as long and most places are Microsoft shops, with a little linux sprinkled in for flavor. I refuse to engage in the holy war. Msft, esp these days, makes decent tools and you can pry PowerShell from my cold dead hands. We use o365 at work and honestly OneNote is a solid product and does the job well.

For my personal life my note taking requirements are pretty basic and keep/onenote/etc… fits the bill. Esp since I share notes with my wife. But I’m a tinkerer at heart and I’d like to take more control of my services/data, so I’m experimenting with how much I can pull in without making my life overly and unnecessarily complicated.

Ramenator,

Yeah, I’m still stuck on Google Keep, since it’s the only one that’s integrated with the (even worse) Google home

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

The convenience of saying, “Hey Google, add milk to my shopping list”, and having that list shared with my wife, is too great. Long term goals would be to find a self-hosted alternative but right now that’s where I am.

That being said I am trying to diversify as and pull in house what I can and notes is one of the things I’ve been experimenting with.

zipkag,

I tried so many, eventually landed on trilium. It’s not perfect by any means, but it ticks the most boxes for my needs

conrad82,

I use silverbullet, it is great for tasks and notes! silverbullet.md - the manual itself uses it, so it is both a manual and a demo page

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • DreamBathrooms
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • InstantRegret
  • tacticalgear
  • anitta
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • JUstTest
  • lostlight
  • All magazines