Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO
Posts
6
Comments
279
Joined
2 yr. ago

  • I'm really interested to see what you end up picking. I'm going through another phase of "find a new note taking tool" too. I can give you a few recommendations to try:

    • Obsidian is great on desktop, and okay on mobile. But it's really slow sometimes to open so not great for quick notes. I have a Tasker task/shortcut on my home screen that prompts me for a quick note and saves it to a md file in the vault directory without ever opening the obsidian app. Sync also isn't free unless you use a 3rd party plugin. There's a ton of plugins and some seem great, but there's no real built in security to protect you from malicious plugins afaik.
    • Joplin is okay, it has a great web clipper browser plugin. Syncing (at least over webdav) is painfully slow and doesn't happen in the background. The UI UX is pretty clunky but has been getting improved. Exporting from Joplin to markdown is annoying and not in a format usable by other tools. I ended up writing a script that uses the Joplin rest API to export all my notes with correct file names, frontmatter, etc. Otherwise they're random uuids and the metadata is at the bottom of the file.
    • Standard Notes seems alright so far. I'm pretty sure it's still electron, but hasn't felt too slow to me. It's the only app I've tried that has true end to end encryption where the notes are encrypted locally on your devices, not just in transit. Self hosting the sync server still requires a paid subscription to unlock most of the features like uploading files or using any note type other than plain text.
    • logseq scratches the emacs org mode itch, but doesn't have a mobile app out yet. It's an outliner by default too. I haven't used it much but it seems like it gets as much attention as obsidian does.
    • JTX Board, kind of a weird one but it's mobile only and uses caldav to create notes using the VJOURNAL format. I'm testing it with nextcloud. The app is pretty fast and usable offline so great for quick notes. It does have a lot of limitations though like not really being able to add large images or attachments. I also haven't found a good desktop or web app that uses the VJOURNAL standard.
    • TiddlyWiki - I really want to like it, it works offline and has several different methods of syncing changes. I haven't been able to get a good mobile syncing experience though, and it doesn't have a dedicated mobile app.

    I juggle a lot of different note apps because I'm still looking for "the one", so always interested in seeing other's opinions!

  • The genki side missions were great. I just remember going into SR3 not expecting a lot and then ended up finishing the game (rare for me) and actually enjoyed it a lot.

    I don't think I ever finished one of the GTA games, I usually got bored fairly quickly.

  • I'm not an expert and it's definitely possible they're shit, but I remember doing research for buying new smoke detectors and finding out about all the different types of them. Like some don't even care about smoke, they only care about heat. And others use different methods of detecting smoke that can be better for different types of fires (kitchen grease fire vs electrical fire).

    Anyway I had no idea there was more than one type, I feel like that should also be made more obvious when buying new ones.

  • I was looking at tasks.org and it seems pretty nice. I think I have two types of tasks usually. Some are more project oriented and fit better with a trello style kanban board, but I also have simpler ones like grocery lists, bill reminders, etc. I use remember the milk for that currently, but I'll probably try switching.

    I was also looking at etesync recently for caldav/cardav but I kind of like the idea of it being integrated into nextcloud better.

  • A relatively new addition for me is the Memories app. It does some object recognition on photos and makes it easier to search through your own photos. I think Immich might be better but memories is integrated in nextcloud.

  • How are you liking the tasks app? I haven't used it much but I was trying the Deck app for a while as a Trello replacement but found it too basic. I was wondering if the regular tasks app was missing any useful features too.

  • Thanks for your feedback! I was going to try this out but your comment makes me want to give them some more time. Ive been waiting for a long time so I don't mind giving it some more time to cook.

    At the moment I'm in the middle of mixing Netbox and snipeit, so maybe by the time I get frustrated with both of them, homebox will be in a better state.

  • Ghost is pretty simple, and might be worth looking at. I have a couple sites that I use ghost to manage the content and then a script that wgets the rendered site and uploads it as a static site.

  • I'm not very good at deciding on where to document things, so I have a mix of BookStack, Dokuwiki, and Obsidian currently.

    I really like Dokuwiki but I like the UI/UX of BookStack better so I'm working on a plugin to sync bookstack and obsidian. I'll probably get rid of Dokuwiki after that.

    The main reason for syncing with obsidian is that I want documentation that isn't stored on the thing it's about, in case my servers completely die.

    In another thread, someone reminded me that TiddlyWiki still exists, it's also a pretty cool little tool.